Get rid of more dead code.
[oota-llvm.git] / lib / Target / ARM / ARMBaseRegisterInfo.cpp
index 6ef1fff8d81c5d074dfcf9275c4fbc10f58ea6be..dfad80b56ef834dd7a9cec2828175e76b68f261b 100644 (file)
@@ -1368,7 +1368,7 @@ static bool isCSRestore(MachineInstr *MI,
 
 void ARMBaseRegisterInfo::
 emitEpilogue(MachineFunction &MF, MachineBasicBlock &MBB) const {
-  assert(!STI.isThumb1Only &&
+  assert(!STI.isThumb1Only() &&
          "This emitEpilogue should not be executed for Thumb1!");
 
   MachineBasicBlock::iterator MBBI = prior(MBB.end());