From b7a7f013ee7f3634b2d05e9fa02203892a13ae8b Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 2 Nov 2009 07:34:29 +0000 Subject: now that ip sccp *really* subsumes ipcp, remove ipcp again. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85796 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Support/StandardPasses.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/llvm') diff --git a/include/llvm/Support/StandardPasses.h b/include/llvm/Support/StandardPasses.h index 86065a0..843f2ed 100644 --- a/include/llvm/Support/StandardPasses.h +++ b/include/llvm/Support/StandardPasses.h @@ -99,7 +99,6 @@ namespace llvm { if (UnitAtATime) { PM->add(createGlobalOptimizerPass()); // Optimize out global vars - PM->add(createIPConstantPropagationPass()); // IP CP PM->add(createIPSCCPPass()); // IP SCCP PM->add(createDeadArgEliminationPass()); // Dead argument elimination } -- cgit v1.1