mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-13 09:33:50 +00:00
SparcFrameLowering.cpp: Mark verifyLeafProcRegUse() as UNUSED. [-Wunused-function]
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182850 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
598377060d
commit
d1c180e030
@ -136,7 +136,7 @@ bool SparcFrameLowering::hasFP(const MachineFunction &MF) const {
|
||||
}
|
||||
|
||||
|
||||
static bool verifyLeafProcRegUse(MachineRegisterInfo *MRI)
|
||||
static bool LLVM_ATTRIBUTE_UNUSED verifyLeafProcRegUse(MachineRegisterInfo *MRI)
|
||||
{
|
||||
|
||||
for (unsigned reg = SP::I0; reg <= SP::I7; ++reg)
|
||||
|
Loading…
x
Reference in New Issue
Block a user