diff options
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/lib/CodeGen/InstrSelection/InstrForest.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/InstrSelection/InstrForest.cpp b/llvm/lib/CodeGen/InstrSelection/InstrForest.cpp index a95f1e377a0..cf355a57bda 100644 --- a/llvm/lib/CodeGen/InstrSelection/InstrForest.cpp +++ b/llvm/lib/CodeGen/InstrSelection/InstrForest.cpp @@ -131,7 +131,7 @@ InstructionNode::dumpNode(int indent) const      cerr << "\tMachine Instructions:  ";    for (unsigned int i=0; i < mvec.size(); ++i) { -    mvec[i]->dump(0); +    mvec[i]->dump();      if (i < mvec.size() - 1)        cerr << ";  ";    }  | 

