forked from OSchip/llvm-project
SparcFrameLowering.cpp: Mark verifyLeafProcRegUse() as UNUSED. [-Wunused-function]
llvm-svn: 182850
This commit is contained in:
parent
61e6bbf850
commit
dbd3bbe126
|
@ -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…
Reference in New Issue