[llvm-commits] CVS: llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp

2005-11-30 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAG.cpp updated: 1.218 - 1.219 --- Log message: CALLSEQ_START/END nodes don't get memoized, do not add them in when replaceAllUses'ing. --- Diffs of the changes: (+4 -0) SelectionDAG.cpp |4 1 files changed, 4

[llvm-commits] CVS: llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp

2005-11-30 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAG.cpp updated: 1.219 - 1.220 --- Log message: Make SelectNodeTo return N --- Diffs of the changes: (+49 -35) SelectionDAG.cpp | 84 --- 1 files changed, 49 insertions(+),

<    1   2