OSDN Git Service
(root)
/
android-x86
/
external-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ff6ee8
)
print target nodes nicely
author
Chris Lattner
<sabre@nondot.org>
Sat, 17 Feb 2007 06:38:37 +0000
(06:38 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sat, 17 Feb 2007 06:38:37 +0000
(06:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34369
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/SelectionDAG/ScheduleDAG.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp
b/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp
index
9daf181
..
ca256de
100644
(file)
--- a/
lib/CodeGen/SelectionDAG/ScheduleDAG.cpp
+++ b/
lib/CodeGen/SelectionDAG/ScheduleDAG.cpp
@@
-307,7
+307,7
@@
void ScheduleDAG::AddOperand(MachineInstr *MI, SDOperand Op,
cerr << "Register class of operand and regclass of use don't agree!\n";
#ifndef NDEBUG
cerr << "Operand = " << IIOpNum << "\n";
- cerr << "Op->Val = "; Op.Val->dump(
0
); cerr << "\n";
+ cerr << "Op->Val = "; Op.Val->dump(
&DAG
); cerr << "\n";
cerr << "MI = "; MI->print(cerr);
cerr << "VReg = " << VReg << "\n";
cerr << "VReg RegClass size = " << VRC->getSize()