llvm-6502/lib/Transforms
John Criswell 7d3c5795f9 Fixed a segfault in gccld.
The original code does not work because the value from WorkList.end() is
invalidated once WorkList.erase() is called.  To ensure proper functionality,
we must ensure that WorkList.erase() is always called before WorkList.end().


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7673 91177308-0d34-0410-b5e6-96231b3b80d8
2003-08-07 14:43:13 +00:00
..
Hello
Instrumentation DEBUG got moved to Support/Debug.h 2003-08-01 22:15:03 +00:00
IPO Fixed a segfault in gccld. 2003-08-07 14:43:13 +00:00
Scalar Fixed minor bug in SafeToHoist and made some changes suggested by Chris. 2003-08-05 20:39:02 +00:00
Utils Fix bug: SimplifyCFG/2003-08-05-InvokeCrash.ll 2003-08-05 16:27:44 +00:00
ExprTypeConvert.cpp DEBUG got moved to Support/Debug.h 2003-08-01 22:15:03 +00:00
LevelRaise.cpp DEBUG got moved to Support/Debug.h 2003-08-01 22:15:03 +00:00
Makefile
TransformInternals.cpp
TransformInternals.h Simplify code by using ConstantInt::getRawValue instead of checking to see 2003-07-23 15:22:26 +00:00