just use dump()
authorChris Lattner <sabre@nondot.org>
Thu, 3 Sep 2009 05:39:09 +0000 (05:39 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 3 Sep 2009 05:39:09 +0000 (05:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80889 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86CodeEmitter.cpp

index 613202798153b2a8c357329350e8660609e97d31..9b76ba97029367cf93f714d8848ce3b2d6001dc6 100644 (file)
@@ -1091,7 +1091,7 @@ public:
 
     if (!OK) {
       errs() << "couldn't convert inst '";
-      MI.print(errs());
+      MI.dump();
       errs() << "' to machine instr:\n";
       Instr->dump();
     }