llvm-6502/lib/Transforms
Bill Wendling 13d10096e1 Temporarily revert r61027. It was causing a bootstrap failure in "release" mode
with everyone's favorite error messages:

Comparing stages 2 and 3
warning: ./cc1-checksum.o differs
warning: ./cc1plus-checksum.o differs
Bootstrap comparison failure!
./c-decl.o differs
./cp/decl.o differs
./df-core.o differs
./gcc.o differs
./i386.o differs
./stor-layout.o differs
./tree-pretty-print.o differs
./tree.o differs
make[2]: *** [compare] Error 1
make[1]: *** [stage3-bubble] Error 2

See PR3227.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61169 91177308-0d34-0410-b5e6-96231b3b80d8
2008-12-17 23:31:20 +00:00
..
Hello Initial support for the CMake build system. 2008-09-22 01:08:49 +00:00
Instrumentation Use Function::getEntryBlock() instead of Function::front(), for clarity. 2008-10-21 03:10:28 +00:00
IPO insert some sequence points and preincrement an iterator to avoid 2008-12-17 05:42:08 +00:00
Scalar Temporarily revert r61027. It was causing a bootstrap failure in "release" mode 2008-12-17 23:31:20 +00:00
Utils Add a helper to remove a branch and DCE the condition, and use it 2008-12-16 20:54:32 +00:00
Makefile remove attribution from lib Makefiles. 2007-12-29 20:09:26 +00:00