The PhiNodes 2D vector is only used during PHI node placement. It doesn't
authorChris Lattner <sabre@nondot.org>
Sun, 5 Oct 2003 03:26:25 +0000 (03:26 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 5 Oct 2003 03:26:25 +0000 (03:26 +0000)
commit036f1e7478ed7b104fe4a5b895377796a20b9222
tree2a7049066d8c7d03c3333a317ea094737a716792
parent9e38fbf57feef1e6680c0aed64b1d919b4e01626
The PhiNodes 2D vector is only used during PHI node placement.  It doesn't
need to be an instance variable!

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