summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-11-02 07:34:29 +0000
committerChris Lattner <sabre@nondot.org>2009-11-02 07:34:29 +0000
commit879e05ab1fddbdb4a331ce693aa1a2788f45fdcd (patch)
treeb268dd316b84e97ae4647c79d200fafc1193b962
parent9d49f0c8588e0729e4ca255b6ed15e85b5850106 (diff)
downloadbcm5719-llvm-879e05ab1fddbdb4a331ce693aa1a2788f45fdcd.tar.gz
bcm5719-llvm-879e05ab1fddbdb4a331ce693aa1a2788f45fdcd.zip
now that ip sccp *really* subsumes ipcp, remove ipcp again.
llvm-svn: 85796
-rw-r--r--llvm/include/llvm/Support/StandardPasses.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/include/llvm/Support/StandardPasses.h b/llvm/include/llvm/Support/StandardPasses.h
index 86065a07359..843f2ed598d 100644
--- a/llvm/include/llvm/Support/StandardPasses.h
+++ b/llvm/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
}
OpenPOWER on IntegriCloud