[llvm-commits] CVS: llvm-test/Makefile.programs
Andrew Lenharth
alenhar2 at cs.uiuc.edu
Tue Nov 29 23:14:38 PST 2005
Changes in directory llvm-test:
Makefile.programs updated: 1.179 -> 1.180
---
Log message:
Why not. Performance sucks, but correctness sucks more, so sounds just right for beta. Maybe I will be surprised.
---
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.179 llvm-test/Makefile.programs:1.180
--- llvm-test/Makefile.programs:1.179 Sat Nov 12 13:21:05 2005
+++ llvm-test/Makefile.programs Wed Nov 30 01:14:26 2005
@@ -190,8 +190,8 @@
LLCBETAOPTION := -sched=simple
endif
ifeq ($(ARCH),Alpha)
-LLCBETAOPTION := -enable-alpha-intfpdiv
-# -enable-alpha-FTOI
+LLCBETAOPTION := -enable-dag-isel-for-alpha
+# -enable-alpha-FTOI -enable-alpha-intfpdiv
endif
ifeq ($(ARCH),IA64)
LLCBETAOPTION := -enable-ia64-dag-isel
More information about the llvm-commits
mailing list