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

Chris Lattner lattner at cs.uiuc.edu
Tue Jun 13 21:48:49 PDT 2006



Changes in directory llvm-test:

Makefile.programs updated: 1.216 -> 1.217
---
Log message:

For good measure, test that -fast doesn't expose any bugs either.


---
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.216 llvm-test/Makefile.programs:1.217
--- llvm-test/Makefile.programs:1.216	Tue Jun 13 13:52:28 2006
+++ llvm-test/Makefile.programs	Tue Jun 13 23:48:37 2006
@@ -187,7 +187,7 @@
 endif#DISABLE_DIFFS
 
 ifeq ($(ARCH),PowerPC)
-LLCBETAOPTION := -regalloc=local
+LLCBETAOPTION := -regalloc=local -fast
 endif
 ifeq ($(ARCH),Alpha)
 LLCBETAOPTION := -sched=list-td 






More information about the llvm-commits mailing list