aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/TargetMachine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/TargetMachine.cpp')
-rw-r--r--lib/Target/TargetMachine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/TargetMachine.cpp b/lib/Target/TargetMachine.cpp
index cd17172539..5a0acfd439 100644
--- a/lib/Target/TargetMachine.cpp
+++ b/lib/Target/TargetMachine.cpp
@@ -130,8 +130,8 @@ TargetMachine::addPassesToEmitAssembly(PassManager &PM, std::ostream &Out)
{
PM.add(createPreSelectionPass(*this));
/* PM.add(createReassociatePass()); */
- PM.add(createGCSEPass());
PM.add(createLICMPass());
+ PM.add(createGCSEPass());
}
PM.add(createInstructionSelectionPass(*this));