llvm-6502/lib/Transforms
Chris Lattner 3cfc1d22b2 Fix Transforms/DeadArgElim/2007-02-07-FuncRename.ll, fallout from PR411.
This happened because deadargelim now causes VMCore to auto-rename every
function that it hacks arguments out of.  Because it hacks arguments out of
functions in a non-deterministic order, this caused the resultant numbering
to be nondet.  The fix is to just be careful to not rename functions!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34005 91177308-0d34-0410-b5e6-96231b3b80d8
2007-02-07 19:31:33 +00:00
..
Hello eliminate static ctor from example. 2006-12-19 22:24:09 +00:00
Instrumentation Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in 2007-02-05 23:32:05 +00:00
IPO Fix Transforms/DeadArgElim/2007-02-07-FuncRename.ll, fallout from PR411. 2007-02-07 19:31:33 +00:00
Scalar Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in 2007-02-05 23:32:05 +00:00
Utils redesign the primary datastructure used by mem2reg to eliminate an 2007-02-07 01:15:04 +00:00
Makefile For PR1072: 2007-02-03 23:15:56 +00:00