Move to raw_ostream.
[oota-llvm.git] / lib / CodeGen / MachOCodeEmitter.cpp
index ccc801c063e139b7972bd3fc700fdcaea006832d..77092769a943d3e7a1cdda3e059f20fcf6dd4b85 100644 (file)
@@ -105,7 +105,7 @@ bool MachOCodeEmitter::finishFunction(MachineFunction &MF) {
       // FIXME: This should be a set or something that uniques
       MOW.PendingGlobals.push_back(MR.getGlobalValue());
     } else {
-      LLVM_UNREACHABLE("Unhandled relocation type");
+      llvm_unreachable("Unhandled relocation type");
     }
     MOS->addRelocation(MR);
   }