llvm-6502/lib/Transforms/Scalar
Chris Lattner 0cea42a560 Add some debugging output
Fix InstCombine/2004-03-13-InstCombineInfLoop.ll which caused an infinite
loop compiling (I think) povray.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12365 91177308-0d34-0410-b5e6-96231b3b80d8
2004-03-13 23:54:27 +00:00
..
ADCE.cpp
BasicBlockPlacement.cpp Remove obsolete comment. Unreachable blocks will automatically be left at the 2004-02-11 05:20:50 +00:00
ConstantProp.cpp
CorrelatedExprs.cpp
DCE.cpp
DecomposeMultiDimRefs.cpp
GCSE.cpp Add debug output 2004-02-05 22:33:19 +00:00
IndVarSimplify.cpp
InstructionCombining.cpp Add some debugging output 2004-03-13 23:54:27 +00:00
LICM.cpp
Makefile
PiNodeInsertion.cpp
PRE.cpp
Reassociate.cpp
ScalarReplAggregates.cpp
SCCP.cpp Add sccp support for select instructions 2004-03-12 05:52:44 +00:00
SimplifyCFG.cpp
SymbolStripping.cpp
TailDuplication.cpp Disable tail duplication in a case that breaks on Olden/tsp 2004-03-01 01:12:13 +00:00
TailRecursionElimination.cpp