Remove the now unused strong phi elimination pass.

llvm-svn: 192604
This commit is contained in:
Rafael Espindola
2013-10-14 16:39:04 +00:00
parent 3efc492092
commit 9770bde505
6 changed files with 3 additions and 850 deletions

View File

@@ -60,7 +60,6 @@ void llvm::initializeCodeGen(PassRegistry &Registry) {
initializeStackProtectorPass(Registry);
initializeStackColoringPass(Registry);
initializeStackSlotColoringPass(Registry);
initializeStrongPHIEliminationPass(Registry);
initializeTailDuplicatePassPass(Registry);
initializeTargetPassConfigPass(Registry);
initializeTwoAddressInstructionPassPass(Registry);