1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00

just use dump()

llvm-svn: 80889
This commit is contained in:
Chris Lattner 2009-09-03 05:39:09 +00:00
parent 2f6f020b42
commit edb398b7db

View 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();
}