| Index: src/IceRegAlloc.cpp
|
| diff --git a/src/IceRegAlloc.cpp b/src/IceRegAlloc.cpp
|
| index fad3d01795dc69c5961a82433514efbf25cdc1d7..c651ae21a07457c7ee969b9295d2b0ede05487dd 100644
|
| --- a/src/IceRegAlloc.cpp
|
| +++ b/src/IceRegAlloc.cpp
|
| @@ -107,10 +107,6 @@ void LinearScan::initForGlobal() {
|
| // it was never referenced.
|
| if (Var->getLiveRange().isEmpty())
|
| continue;
|
| - // Post phi lowering register allocation is only concerned with variables
|
| - // that are infinite-weight or pre-colored.
|
| - if (Kind == RAK_Phi && !Var->getWeight().isInf() && !Var->hasReg())
|
| - continue;
|
| Var->untrimLiveRange();
|
| Unhandled.push_back(Var);
|
| if (Var->hasReg()) {
|
|
|