Skip to content
Commit bf6286ba authored by Chris Lattner's avatar Chris Lattner
Browse files

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!

llvm-svn: 34005
parent dd602bcd
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment