Switch the MachineOperand accessors back to the short names like
[oota-llvm.git] / lib / Target / Alpha / AlphaRegisterInfo.cpp
index dd8460a065672203339dd1f7ede5fc5a9174f47e..3523b269cf8750938ae22abad2fa3728b23932a9 100644 (file)
@@ -159,7 +159,7 @@ void AlphaRegisterInfo::eliminateFrameIndex(MachineBasicBlock::iterator II,
   MachineFunction &MF = *MBB.getParent();
   bool FP = hasFP(MF);
 
-  while (!MI.getOperand(i).isFrameIndex()) {
+  while (!MI.getOperand(i).isFI()) {
     ++i;
     assert(i < MI.getNumOperands() && "Instr doesn't have FrameIndex operand!");
   }