Files
clang-p2996/llvm/lib/Target/RISCV/RISCVMachineFunctionInfo.h
Jie Fu 5919302255 [RISCV] Remove unused private field 'RVPushable' in RISCVMachineFunctionInfo.h
/data/llvm-project/llvm/lib/Target/RISCV/RISCVMachineFunctionInfo.h:78:8: error: private field 'RVPushable' is not used [-Werror,-Wunused-private-field
]
  bool RVPushable = false;
       ^
1 error generated.
2023-07-07 11:35:48 +08:00

5.8 KiB