From: Tanya Lattner Date: Thu, 16 Dec 2004 23:07:36 +0000 (+0000) Subject: Removed LICM and GCSE. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9fde12b747e2338951d42e11f27df523f7dd98f2;p=oota-llvm.git Removed LICM and GCSE. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19003 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/SparcV9/SparcV9TargetMachine.cpp b/lib/Target/SparcV9/SparcV9TargetMachine.cpp index 60d4da2898f..9a4ab4bbebd 100644 --- a/lib/Target/SparcV9/SparcV9TargetMachine.cpp +++ b/lib/Target/SparcV9/SparcV9TargetMachine.cpp @@ -179,9 +179,9 @@ SparcV9TargetMachine::addPassesToEmitAssembly(PassManager &PM, std::ostream &Out PM.add(createLowerSelectPass()); // Run basic LLVM dataflow optimizations, to clean up after pre-selection. - PM.add(createReassociatePass()); - PM.add(createLICMPass()); - PM.add(createGCSEPass()); + //PM.add(createReassociatePass()); + //PM.add(createLICMPass()); + //PM.add(createGCSEPass()); // If the user's trying to read the generated code, they'll need to see the // transformed input.