Changes in directory llvm/lib/Target/Alpha:
AlphaISelDAGToDAG.cpp updated: 1.69 -> 1.70 --- Log message: Pass a SelectionDAG into SDNode::dump everywhere it's used, in prepration for needing the DAG node to print pre-legalize extended value types, and to get better debug messages with target-specific nodes. --- Diffs of the changes: (+1 -1) AlphaISelDAGToDAG.cpp | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Target/Alpha/AlphaISelDAGToDAG.cpp diff -u llvm/lib/Target/Alpha/AlphaISelDAGToDAG.cpp:1.69 llvm/lib/Target/Alpha/AlphaISelDAGToDAG.cpp:1.70 --- llvm/lib/Target/Alpha/AlphaISelDAGToDAG.cpp:1.69 Mon Apr 16 13:10:22 2007 +++ llvm/lib/Target/Alpha/AlphaISelDAGToDAG.cpp Tue Jun 19 09:13:56 2007 @@ -356,7 +356,7 @@ bool rev = false; bool inv = false; switch(CC) { - default: DEBUG(N->dump()); assert(0 && "Unknown FP comparison!"); + default: DEBUG(N->dump(CurDAG)); assert(0 && "Unknown FP comparison!"); case ISD::SETEQ: case ISD::SETOEQ: case ISD::SETUEQ: Opc = Alpha::CMPTEQ; break; case ISD::SETLT: case ISD::SETOLT: case ISD::SETULT: _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits