[llvm-commits] CVS: llvm-test/Makefile.programs

Andrew Lenharth alenhar2 at cs.uiuc.edu
Wed Mar 2 09:24:53 PST 2005



Changes in directory llvm-test:

Makefile.programs updated: 1.148 -> 1.149
---
Log message:

add lsr to alpha as llcbeta

---
Diffs of the changes:  (+4 -1)

 Makefile.programs |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletion(-)


Index: llvm-test/Makefile.programs
diff -u llvm-test/Makefile.programs:1.148 llvm-test/Makefile.programs:1.149
--- llvm-test/Makefile.programs:1.148	Wed Mar  2 00:23:52 2005
+++ llvm-test/Makefile.programs	Wed Mar  2 11:24:39 2005
@@ -189,9 +189,12 @@
 ifeq ($(ARCH),PowerPC)
 LLCBETAOPTION := -enable-lsr-for-ppc
 else
+ifeq ($(ARCH),Alpha)
+LLCBETAOPTION := -enable-lsr-for-alpha
+else
 LLCBETAOPTION := -disable-pattern-isel=0
 endif
-
+endif
 
 # Given a version of the entire program linked together into a single unit of
 # raw output from the C frontend, optimize it.






More information about the llvm-commits mailing list