[ms-inline asm] Expose the mnemonicIsValid() function in the AsmParser.
[oota-llvm.git] / lib / Target / ARM / ARMCodeEmitter.cpp
index e81b4cc282c970d16864cc6ecf61cd4dc0788cb5..68406db84317783540dfbc0123b0c189aaebc362 100644 (file)
@@ -389,7 +389,7 @@ bool ARMCodeEmitter::runOnMachineFunction(MachineFunction &MF) {
 
   do {
     DEBUG(errs() << "JITTing function '"
-          << MF.getFunction()->getName() << "'\n");
+          << MF.getName() << "'\n");
     MCE.startFunction(MF);
     for (MachineFunction::iterator MBB = MF.begin(), E = MF.end();
          MBB != E; ++MBB) {