[llvm-commits] CVS: llvm-test/Makefile.programs
Andrew Lenharth
alenhar2 at cs.uiuc.edu
Mon Oct 31 13:18:42 PST 2005
Changes in directory llvm-test:
Makefile.programs updated: 1.175 -> 1.176
---
Log message:
issolate LSR on alpha-beta
---
Diffs of the changes: (+2 -2)
Makefile.programs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm-test/Makefile.programs
diff -u llvm-test/Makefile.programs:1.175 llvm-test/Makefile.programs:1.176
--- llvm-test/Makefile.programs:1.175 Fri Oct 28 13:23:28 2005
+++ llvm-test/Makefile.programs Mon Oct 31 15:18:30 2005
@@ -190,8 +190,8 @@
LLCBETAOPTION := -sched=simple
endif
ifeq ($(ARCH),Alpha)
-LLCBETAOPTION := -enable-alpha-FTOI -enable-lsr-for-alpha
-#-enable-alpha-intfpdiv
+LLCBETAOPTION := -enable-lsr-for-alpha
+#-enable-alpha-intfpdiv -enable-alpha-FTOI
endif
ifeq ($(ARCH),IA64)
LLCBETAOPTION := -enable-ia64-dag-isel
More information about the llvm-commits
mailing list