[all-commits] [llvm/llvm-project] 7cf26e: [AArch64] Fix -Wunused-function of getLivePhysRegs...
Jie Fu (傅杰) via All-commits
all-commits at lists.llvm.org
Wed Nov 22 17:08:29 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7cf26e0c6decf0ca90ad0780057ffe82fe83816f
https://github.com/llvm/llvm-project/commit/7cf26e0c6decf0ca90ad0780057ffe82fe83816f
Author: Jie Fu <jiefu at tencent.com>
Date: 2023-11-23 (Thu, 23 Nov 2023)
Changed paths:
M llvm/lib/Target/AArch64/AArch64FrameLowering.cpp
Log Message:
-----------
[AArch64] Fix -Wunused-function of getLivePhysRegsUpTo in AArch64FrameLowering.cpp (NFC)
/llvm-project/llvm/lib/Target/AArch64/AArch64FrameLowering.cpp:1428:13: error: unused function 'getLivePhysRegsUpTo' [-Werror,-Wunused-function]
static void getLivePhysRegsUpTo(MachineInstr &MI, const TargetRegisterInfo &TRI,
^
1 error generated.
More information about the All-commits
mailing list