The VersionNumbers vector is only used during PHI placement. Turn it into an argumen...
authorChris Lattner <sabre@nondot.org>
Sun, 5 Oct 2003 04:33:22 +0000 (04:33 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 5 Oct 2003 04:33:22 +0000 (04:33 +0000)
commit3c881cb4ce4adc1765378360ba6383bdd64287f3
treec36dbf85a9e73c6c17ab534ff21ec9ad7ad982fb
parentafa060ea3ff93eb99bafd41e593707cee3b9afa3
The VersionNumbers vector is only used during PHI placement.  Turn it into an argument, allowing us to get rid of the vector.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8864 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Utils/PromoteMemoryToRegister.cpp