[llvm-commits] CVS: llvm-test/Makefile.programs
Andrew Lenharth
alenhar2 at cs.uiuc.edu
Fri Jan 13 16:07:54 PST 2006
Changes in directory llvm-test:
Makefile.programs updated: 1.182 -> 1.183
---
Log message:
make beta non-dag
---
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.182 llvm-test/Makefile.programs:1.183
--- llvm-test/Makefile.programs:1.182 Wed Dec 21 13:35:05 2005
+++ llvm-test/Makefile.programs Fri Jan 13 18:07:42 2006
@@ -190,7 +190,7 @@
LLCBETAOPTION := -sched=simple
endif
ifeq ($(ARCH),Alpha)
-LLCBETAOPTION := -enable-dag-isel-for-alpha
+LLCBETAOPTION := -disable-alpha-dag-isel
# -enable-alpha-FTOI -enable-alpha-intfpdiv
endif
ifeq ($(ARCH),IA64)
More information about the llvm-commits
mailing list