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

Don't implement AliasSetTracker::remove in terms of deleteValue. deleteValue

causes the pointer to be removed from the underlying alias analysis
implementation as well.  This impl of remove is also significantly faster than
the old one.  This fixes:
Regression/Transforms/DeadStoreElimination/2006-06-27-AST-Remove.ll

llvm-svn: 28950
parent 5f49a00b
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