commit | 8cdd50d1776e5e8602a1b539e74478ceab84b119 | [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 | 2b98a25ddc80484b17d98e4bc9bc14a1d1062f9d | |
parent | f1257594b5c1f7a9090e7e02f0eed2094a99e7f7 [diff] [blame] |
Reassociate pass now works llvm-svn: 4473
diff --git a/llvm/lib/Target/Sparc/Sparc.cpp b/llvm/lib/Target/Sparc/Sparc.cpp index faed36c..d00fece 100644 --- a/llvm/lib/Target/Sparc/Sparc.cpp +++ b/llvm/lib/Target/Sparc/Sparc.cpp
@@ -151,7 +151,7 @@ if (!DisablePreSelect) { PM.add(createPreSelectionPass(*this)); - /* PM.add(createReassociatePass()); */ + PM.add(createReassociatePass()); PM.add(createLICMPass()); PM.add(createGCSEPass()); }