commit | 5c5ce5cef4a9f09f5b25e08df1e0dd6c79908c0f | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Thu Sep 03 05:39:09 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Thu Sep 03 05:39:09 2009 +0000 |
tree | 9e6ac450407821a518ed23f1428c702f4e9bfcf9 | |
parent | d87eb6454dccd9a0645badb31e7185450c8c1eff [diff] [blame] |
just use dump() git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80889 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/X86/X86CodeEmitter.cpp b/lib/Target/X86/X86CodeEmitter.cpp index 6132027..9b76ba9 100644 --- a/lib/Target/X86/X86CodeEmitter.cpp +++ b/lib/Target/X86/X86CodeEmitter.cpp
@@ -1091,7 +1091,7 @@ if (!OK) { errs() << "couldn't convert inst '"; - MI.print(errs()); + MI.dump(); errs() << "' to machine instr:\n"; Instr->dump(); }