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.