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

Fix a latent bug that my spiller patch last week exposed: we were leaving

instructions in the virtregfolded map that were deleted.  Because they
were deleted, newly allocated instructions could end up at the same address,
magically finding themselves in the map.  The solution is to remove entries
from the map when we delete the instructions.

llvm-svn: 28041
parent ab7dbe0c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment