Turn a few more inline asm errors into "emitErrors" instead of fatal errors.
[oota-llvm.git] / lib / CodeGen / ExpandPostRAPseudos.cpp
index e2a14a8dfd97d46f26ba7a21df3f9ea3ff5d1f18..3d23db0b8fbf10a19d3e1f7bc7f0ff73f1aa3f6f 100644 (file)
@@ -207,7 +207,7 @@ bool ExpandPostRA::runOnMachineFunction(MachineFunction &MF) {
       ++mi;
 
       // Only expand pseudos.
-      if (!MI->getDesc().isPseudo())
+      if (!MI->isPseudo())
         continue;
 
       // Give targets a chance to expand even standard pseudos.