commit | 59b2b86f35a4d8cb904257f8955fa7c94092d4e0 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Thu Oct 31 17:16:18 2002 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Thu Oct 31 17:16:18 2002 +0000 |
tree | f1b286f28bed4ba0a455d49b69784fe74cb7d469 | |
parent | 52af630b243b765ed49fff130f545f6c7a906049 [diff] [blame] |
Reassociate pass now works git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4473 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/SparcV9/SparcV9TargetMachine.cpp b/lib/Target/SparcV9/SparcV9TargetMachine.cpp index faed36c..d00fece 100644 --- a/lib/Target/SparcV9/SparcV9TargetMachine.cpp +++ b/lib/Target/SparcV9/SparcV9TargetMachine.cpp
@@ -151,7 +151,7 @@ if (!DisablePreSelect) { PM.add(createPreSelectionPass(*this)); - /* PM.add(createReassociatePass()); */ + PM.add(createReassociatePass()); PM.add(createLICMPass()); PM.add(createGCSEPass()); }