From d41567d2ffd3413600162653c08b2365bd5bcbbf Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Mon, 11 Mar 2013 15:38:11 -0700 Subject: Apply after-merge fixes to return to working state. --- lib/CodeGen/Passes.cpp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'lib/CodeGen') diff --git a/lib/CodeGen/Passes.cpp b/lib/CodeGen/Passes.cpp index f8e390c753..b79f9f9816 100644 --- a/lib/CodeGen/Passes.cpp +++ b/lib/CodeGen/Passes.cpp @@ -352,16 +352,6 @@ void TargetPassConfig::addIRPasses() { addPass(createTypeBasedAliasAnalysisPass()); addPass(createBasicAliasAnalysisPass()); - // @LOCALMOD-START - addPass(createNaClCcRewritePass(TM->getTargetLowering())); - // TODO: consider adding a cleanup pass, e.g. constant propagation - // Note: we run this before the verfier step because it may cause - // a *temporary* inconsistency: - // A function may have been rewritting before we are rewriting - // its callers - which would lead to a parameter mismatch complaint - // from the verifier. - // @LOCALMOD-END - // Before running any passes, run the verifier to determine if the input // coming from the front-end and/or optimizer is valid. if (!DisableVerify) -- cgit v1.2.3-70-g09d2