[all-commits] [llvm/llvm-project] 52d139: [LoongArch] Fix -Wunused-variable in LoongArchExpa...
Jie Fu (傅杰) via All-commits
all-commits at lists.llvm.org
Thu Jan 4 20:06:46 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 52d1397e38ee88b170585c9c824d08e6975890ca
https://github.com/llvm/llvm-project/commit/52d1397e38ee88b170585c9c824d08e6975890ca
Author: Jie Fu <jiefu at tencent.com>
Date: 2024-01-05 (Fri, 05 Jan 2024)
Changed paths:
M llvm/lib/Target/LoongArch/LoongArchExpandPseudoInsts.cpp
Log Message:
-----------
[LoongArch] Fix -Wunused-variable in LoongArchExpandPseudoInsts.cpp (NFC)
llvm-project/llvm/lib/Target/LoongArch/LoongArchExpandPseudoInsts.cpp:480:20:
error: unused variable 'MF' [-Werror,-Wunused-variable]
MachineFunction *MF = MBB.getParent();
^
1 error generated.
More information about the All-commits
mailing list