From 08e19bb41262b14d9428159803287bfeee641cfa Mon Sep 17 00:00:00 2001 From: Tanya Lattner Date: Thu, 16 Dec 2004 23:07:36 +0000 Subject: [PATCH] Removed LICM and GCSE. llvm-svn: 19003 --- llvm/lib/Target/SparcV9/SparcV9TargetMachine.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/llvm/lib/Target/SparcV9/SparcV9TargetMachine.cpp b/llvm/lib/Target/SparcV9/SparcV9TargetMachine.cpp index 60d4da2898f2..9a4ab4bbebde 100644 --- a/llvm/lib/Target/SparcV9/SparcV9TargetMachine.cpp +++ b/llvm/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.