llvm-6502/lib/Transforms/Scalar
Chris Lattner 0e9c515439 * Simplify the code by not bothering to name the folded constant
* Do not skip the instruction immediately after a folded instruction.  This
  was causing the testcase failure:
	test/Regression/Transforms/SCCP/2002-05-02-MissSecondInst.ll


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2443 91177308-0d34-0410-b5e6-96231b3b80d8
2002-05-02 20:32:51 +00:00
..
ADCE.cpp Eliminate duplicate or unneccesary #include's 2002-04-29 17:42:12 +00:00
ConstantProp.cpp Add new optional getPassName() virtual function that a Pass can override 2002-04-29 14:57:45 +00:00
DCE.cpp Eliminate duplicate or unneccesary #include's 2002-04-29 17:42:12 +00:00
DecomposeMultiDimRefs.cpp Range insertion now returns an iterator 2002-04-29 21:25:34 +00:00
GCSE.cpp Eliminate duplicate or unneccesary #include's 2002-04-29 17:42:12 +00:00
IndVarSimplify.cpp Eliminate duplicate or unneccesary #include's 2002-04-29 17:42:12 +00:00
InstructionCombining.cpp * Add ability to eliminate a bunch of different cascading cast variations 2002-05-02 17:06:02 +00:00
Makefile Initial checkin of indvar stuff 2001-12-03 17:28:42 +00:00
SCCP.cpp * Simplify the code by not bothering to name the folded constant 2002-05-02 20:32:51 +00:00
SymbolStripping.cpp Add new optional getPassName() virtual function that a Pass can override 2002-04-29 14:57:45 +00:00