llvm-6502/lib/CodeGen/SelectionDAG
Duncan Sands baccd5872e Fix a bug in which node A is replaced by node B, but later
node A gets back into the DAG again because it was hiding in
one of the node maps: make sure that node replacement happens
in those maps too.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44263 91177308-0d34-0410-b5e6-96231b3b80d8
2007-11-21 16:43:19 +00:00
..
CallingConvLower.cpp
DAGCombiner.cpp
LegalizeDAG.cpp ExpandUnalignedLoad doesn't handle vectors right at all apparently. 2007-11-19 21:38:03 +00:00
LegalizeDAGTypes.cpp Fix a bug in which node A is replaced by node B, but later 2007-11-21 16:43:19 +00:00
Makefile
ScheduleDAG.cpp
ScheduleDAGList.cpp
ScheduleDAGRRList.cpp
SelectionDAG.cpp Implement necessary bits for flt_rounds gcc builtin. 2007-11-15 23:25:33 +00:00
SelectionDAGISel.cpp Implement necessary bits for flt_rounds gcc builtin. 2007-11-15 23:25:33 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp