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:
NAKAMURA Takumi 2013-05-29 12:10:42 +00:00
parent 598377060d
commit d1c180e030

View File

@ -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)