Reid Spencer 590b3c559f For PR1258:
Radically simplify the SlotMachine. There is no need to keep Value planes
around any more. This change causes slot numbering to number all un-named,
non-void values starting at 0 and incrementing monotonically through the
function, regardless of type (including BasicBlocks). Getting slot numbers
is now a single lookup operation instead of a double lookup.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35171 91177308-0d34-0410-b5e6-96231b3b80d8
2007-03-19 18:32:53 +00:00
..
2007-03-19 18:32:53 +00:00
2006-06-07 23:03:13 +00:00
2007-02-05 21:19:13 +00:00
2005-04-21 23:48:37 +00:00
2007-03-05 00:00:42 +00:00
2007-03-08 19:05:01 +00:00
2007-03-05 00:00:42 +00:00
2007-02-15 02:26:10 +00:00
2007-02-15 03:39:18 +00:00