[llvm-commits] CVS: llvm-test/Makefile.programs
Chris Lattner
lattner at cs.uiuc.edu
Fri Sep 2 12:51:35 PDT 2005
Changes in directory llvm-test:
Makefile.programs updated: 1.167 -> 1.168
---
Log message:
This is no longer the beta option
---
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.167 llvm-test/Makefile.programs:1.168
--- llvm-test/Makefile.programs:1.167 Fri Aug 26 16:26:42 2005
+++ llvm-test/Makefile.programs Fri Sep 2 14:51:24 2005
@@ -187,7 +187,7 @@
endif#DISABLE_DIFFS
ifeq ($(ARCH),PowerPC)
-LLCBETAOPTION := -enable-ppc-dag-isel
+LLCBETAOPTION :=
endif
ifeq ($(ARCH),Alpha)
LLCBETAOPTION := -enable-alpha-FTOI -enable-lsr-for-alpha
More information about the llvm-commits
mailing list