llvm-6502/lib
Chris Lattner 51dabfb283 When SimplifySetCC was moved to the DAGCombiner, it was never removed from
SelectionDAG and it has since bitrotted.  Remove the copy from SelectionDAG.
Next, remove the constant folding piece of DAGCombiner::SimplifySetCC into
a new FoldSetCC method which can be used by getNode() and SimplifySetCC.

This fixes obscure bugs.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30952 91177308-0d34-0410-b5e6-96231b3b80d8
2006-10-14 00:41:01 +00:00
..
Analysis Move some warnings to debug mode. 2006-10-13 17:38:22 +00:00
Archive
AsmParser
Bytecode Fix massive resource leaks in the bytecode reader. Reading a bytecode file 2006-10-12 18:32:30 +00:00
CodeGen When SimplifySetCC was moved to the DAGCombiner, it was never removed from 2006-10-14 00:41:01 +00:00
Debugger
ExecutionEngine
Linker
Support avoid a ctor/dtor issue with the ProgramName global. 2006-10-13 00:06:24 +00:00
System
Target implement branch inspection/modification methods. 2006-10-13 21:21:17 +00:00
Transforms
VMCore Fix another dtor issue. The function local statics in this function were 2006-10-13 17:22:21 +00:00
Makefile