Revert accidental commit.
authorBill Wendling <isanbard@gmail.com>
Thu, 17 Dec 2009 23:45:18 +0000 (23:45 +0000)
committerBill Wendling <isanbard@gmail.com>
Thu, 17 Dec 2009 23:45:18 +0000 (23:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91635 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/StrongPHIElimination.cpp

index 345e22835ec343955f7824d1b1734c597b285d09..3c139068e6836b84234f7efcf188c63b90bb1b3d 100644 (file)
@@ -907,7 +907,7 @@ bool StrongPHIElimination::runOnMachineFunction(MachineFunction &Fn) {
   
   // Determine which phi node operands need copies
   for (MachineFunction::iterator I = Fn.begin(), E = Fn.end(); I != E; ++I)
-    if (!I->empty() && !I->isLandingPad() &&
+    if (!I->empty() &&
         I->begin()->getOpcode() == TargetInstrInfo::PHI)
       processBlock(I);