Chris Lattner 229924a79f 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.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28041 91177308-0d34-0410-b5e6-96231b3b80d8
2006-05-01 22:03:24 +00:00
..
2006-05-01 09:20:44 +00:00
2006-05-01 04:11:03 +00:00
2005-04-21 22:36:52 +00:00
2006-04-10 23:09:19 +00:00
2006-03-25 23:00:56 +00:00