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

Remove a whole bunch of horrible hacky code that was used to promote allocas

whose addresses where used by trivial phi nodes and select instructions.  This
is now performed by the instcombine pass, which is more powerful, is much
simpler, and is faster.  This allows the deletion of a bunch of code, two
FIXME's and two gotos.

llvm-svn: 16406
parent 2f7bb1be
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