For PR1258:
authorReid Spencer <rspencer@reidspencer.com>
Mon, 19 Mar 2007 18:32:53 +0000 (18:32 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 19 Mar 2007 18:32:53 +0000 (18:32 +0000)
commit590b3c559fd7ca42e3d8c21e834481b0ff12c1a1
tree6fa4ed2caf411b2f66d20e3be3e9d60bd5c440e6
parent2318ec67b833e78499e1f9cfa5b2da48a9655887
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
lib/VMCore/AsmWriter.cpp