From 64fbc5e2673b395d85a672582c811d0429646e34 Mon Sep 17 00:00:00 2001 From: Cameron Zwarich Date: Sun, 19 Dec 2010 21:32:29 +0000 Subject: [PATCH] StrongPHIElimination will never run before TwoAddressInstructionPass. llvm-svn: 122197 --- lib/CodeGen/TwoAddressInstructionPass.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/CodeGen/TwoAddressInstructionPass.cpp b/lib/CodeGen/TwoAddressInstructionPass.cpp index c526e960123..0d99585acda 100644 --- a/lib/CodeGen/TwoAddressInstructionPass.cpp +++ b/lib/CodeGen/TwoAddressInstructionPass.cpp @@ -148,7 +148,6 @@ namespace { AU.addPreserved(); AU.addPreservedID(MachineLoopInfoID); AU.addPreservedID(MachineDominatorsID); - AU.addPreservedID(StrongPHIEliminationID); AU.addPreservedID(PHIEliminationID); MachineFunctionPass::getAnalysisUsage(AU); }