RegAllocaLocal still *requires* LiveVariables since it runs PHIElimination, followed...
authorEvan Cheng <evan.cheng@apple.com>
Wed, 6 Feb 2008 08:00:32 +0000 (08:00 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Wed, 6 Feb 2008 08:00:32 +0000 (08:00 +0000)
commit22ff3eeebeb4d17749ab9d5cd4d5807f3066bb94
tree823d5753bee2f2f5360fa277a2b79001cb7086a9
parent000c73bbfed56f5842fde2f54e9116b22629b710
RegAllocaLocal still *requires* LiveVariables since it runs PHIElimination, followed by TwoAddress which requires LiveVariables. We cannot run LiveVariables on non-SSA code.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46813 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/RegAllocLocal.cpp