[llvm-commits] CVS: llvm-test/Makefile.programs
Nate Begeman
natebegeman at mac.com
Thu Mar 31 11:18:30 PST 2005
Changes in directory llvm-test:
Makefile.programs updated: 1.150 -> 1.151
---
Log message:
Change PPC beta option from Loop Strength Reduce to Pattern ISel until
Pattern ISel has subsumed the Simple ISel.
---
Diffs of the changes: (+1 -1)
Makefile.programs | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-test/Makefile.programs
diff -u llvm-test/Makefile.programs:1.150 llvm-test/Makefile.programs:1.151
--- llvm-test/Makefile.programs:1.150 Tue Mar 15 17:12:39 2005
+++ llvm-test/Makefile.programs Thu Mar 31 13:18:19 2005
@@ -187,7 +187,7 @@
endif#DISABLE_DIFFS
ifeq ($(ARCH),PowerPC)
-LLCBETAOPTION := -enable-lsr-for-ppc
+LLCBETAOPTION := -enable-ppc-pattern-isel
else
ifeq ($(ARCH),Alpha)
LLCBETAOPTION := -enable-lsr-for-alpha
More information about the llvm-commits
mailing list