llvm-6502/lib/Transforms
Chris Lattner 10cd9bbde7 Change SplitBlock to increment a BasicBlock::iterator, not an Instruction*. Apparently they do different things :)
This fixes a testcase that nate reduced from spass.

Also included are a couple minor code changes that don't affect the generated
code at all.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26235 91177308-0d34-0410-b5e6-96231b3b80d8
2006-02-16 19:36:22 +00:00
..
Hello
Instrumentation Add explicit #includes of <iostream> 2006-01-22 22:53:01 +00:00
IPO fix a bunch of alpha regressions. see bug 709 2006-02-15 21:13:37 +00:00
Scalar Change SplitBlock to increment a BasicBlock::iterator, not an Instruction*. Apparently they do different things :) 2006-02-16 19:36:22 +00:00
Utils Canonicalize inner loops before outer loops. Inner loop canonicalization 2006-02-14 23:06:02 +00:00
ExprTypeConvert.cpp Add explicit #includes of <iostream> 2006-01-22 22:53:01 +00:00
LevelRaise.cpp Make iostream #inclusion explicit 2006-01-22 23:32:06 +00:00
Makefile DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now 2005-10-24 02:26:13 +00:00
TransformInternals.cpp Remove dead #include 2005-10-29 04:41:30 +00:00
TransformInternals.h