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

Fix a nasty dangling pointer issue. The ScalarEvolution pass would keep a

map from instruction* to SCEVHandles.  When we delete instructions, we have
to tell it about it.  We would run into nasty cases where new instructions
were reallocated at old instruction addresses and get the old map values.
Bad bad bad :(

llvm-svn: 22632
parent 938ebaa2
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