commit | c308aefe92ceeddde79c1c85a782e636bd69ac5f | [log] [tgz] |
---|---|---|
author | Vikram S. Adve <vadve@cs.uiuc.edu> | Mon Sep 23 12:55:50 2002 +0000 |
committer | Vikram S. Adve <vadve@cs.uiuc.edu> | Mon Sep 23 12:55:50 2002 +0000 |
tree | 8f8a52a93faf73021934911c25abe8f094796a11 | |
parent | 35fcad01931e583900c7d8a970b83cc163368500 [diff] [blame] |
Disable reassociation pass in LLC until it is fixed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3883 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/TargetMachine.cpp b/lib/Target/TargetMachine.cpp index a30f93e..cd17172 100644 --- a/lib/Target/TargetMachine.cpp +++ b/lib/Target/TargetMachine.cpp
@@ -129,7 +129,7 @@ if (!DisablePreSelect) { PM.add(createPreSelectionPass(*this)); - PM.add(createReassociatePass()); + /* PM.add(createReassociatePass()); */ PM.add(createGCSEPass()); PM.add(createLICMPass()); }