[all-commits] [llvm/llvm-project] 9d116b: [ARM] Remove unused variable 'MF' in ARMBaseInstrI...
Jie Fu via All-commits
all-commits at lists.llvm.org
Wed Aug 9 00:48:46 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9d116b4b1253830d2321482a15ca2afd09499246
https://github.com/llvm/llvm-project/commit/9d116b4b1253830d2321482a15ca2afd09499246
Author: Jie Fu <jiefu at tencent.com>
Date: 2023-08-09 (Wed, 09 Aug 2023)
Changed paths:
M llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp
Log Message:
-----------
[ARM] Remove unused variable 'MF' in ARMBaseInstrInfo.cpp (NFC)
/Users/jiefu/llvm-project/llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp:4986:24: error: unused variable 'MF' [-Werror,-Wunused-variable]
MachineFunction &MF = *MBB.getParent();
^
1 error generated.
More information about the All-commits
mailing list