OSDN Git Service

* Minor cleanups
authorChris Lattner <sabre@nondot.org>
Sun, 5 Oct 2003 01:52:53 +0000 (01:52 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 5 Oct 2003 01:52:53 +0000 (01:52 +0000)
commit0fa157127f1e58d0acfa6fbd687617629e6ebf43
treef755f2d1cbe3361fb3622b0c4d382141e123442a
parent27db7e0472f22c9605deac34f919d284041e93a4
* Minor cleanups
* Eliminate the KillList instance variable, instead, just delete loads and
  stores as they are "renamed", and delete allocas when they are done
* Make the 'visited' set an instance variable to avoid passing it on the stack.

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