llvm-6502/lib/CodeGen/SelectionDAG
Chris Lattner 8b8749f367 Fix a bug in RemoveDeadNodes where it would crash when its "optional"
argument is not specified.

Implement ReplaceAllUsesWith.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22834 91177308-0d34-0410-b5e6-96231b3b80d8
2005-08-17 19:00:20 +00:00
..
LegalizeDAG.cpp Switched to using BitsToDouble for int_to_float to avoid aliasing problem. 2005-08-17 17:42:52 +00:00
Makefile Change Library Names Not To Conflict With Others When Installed 2004-10-27 23:18:45 +00:00
SelectionDAG.cpp Fix a bug in RemoveDeadNodes where it would crash when its "optional" 2005-08-17 19:00:20 +00:00
SelectionDAGISel.cpp Add a new beta option for critical edge splitting, to avoid a problem that 2005-08-17 06:37:43 +00:00
SelectionDAGPrinter.cpp Eliminate the RegSDNode class, which 3 nodes (CopyFromReg/CopyToReg/ImplicitDef) 2005-08-16 21:55:35 +00:00
TargetLowering.cpp For: memory operations -> stores 2005-07-19 04:52:44 +00:00