[llvm-commits] CVS: llvm-test/Makefile.programs
Andrew Lenharth
alenhar2 at cs.uiuc.edu
Mon Jan 23 13:57:43 PST 2006
Changes in directory llvm-test:
Makefile.programs updated: 1.185 -> 1.186
---
Log message:
change alpha beta to lsmark
---
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.185 llvm-test/Makefile.programs:1.186
--- llvm-test/Makefile.programs:1.185 Thu Jan 19 08:17:29 2006
+++ llvm-test/Makefile.programs Mon Jan 23 15:57:27 2006
@@ -190,7 +190,7 @@
LLCBETAOPTION := -sched=simple
endif
ifeq ($(ARCH),Alpha)
-LLCBETAOPTION := -disable-alpha-dag-isel
+LLCBETAOPTION := -enable-alpha-lsmark
# -enable-alpha-FTOI -enable-alpha-intfpdiv
endif
ifeq ($(ARCH),IA64)
More information about the llvm-commits
mailing list