Switch the MachineOperand accessors back to the short names like
[oota-llvm.git] / lib / CodeGen / PrologEpilogInserter.cpp
index 26a6efd21e91ffc4a90ce0e476706981b433beee..d3b0b11c705957eb2a720b6de1fd0d5e3727a186 100644 (file)
@@ -560,7 +560,7 @@ void PEI::replaceFrameIndices(MachineFunction &Fn) {
       bool DoIncr = true;
 
       for (unsigned i = 0, e = MI->getNumOperands(); i != e; ++i)
-        if (MI->getOperand(i).isFrameIndex()) {
+        if (MI->getOperand(i).isFI()) {
           // Some instructions (e.g. inline asm instructions) can have
           // multiple frame indices and/or cause eliminateFrameIndex
           // to insert more than one instruction. We need the register