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

Duraid Madina duraid at octopus.com.au
Mon Jun 25 20:23:11 PDT 2007



Changes in directory llvm-test:

Makefile.programs updated: 1.269 -> 1.270
---
Log message:

give the bigblock allocator a workout



---
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.269 llvm-test/Makefile.programs:1.270
--- llvm-test/Makefile.programs:1.269	Wed Jun 20 18:48:01 2007
+++ llvm-test/Makefile.programs	Mon Jun 25 22:22:13 2007
@@ -235,7 +235,7 @@
 LLCBETAOPTION := -sched=simple 
 endif
 ifeq ($(ARCH),x86)
-LLCBETAOPTION := -regalloc=local -fast
+LLCBETAOPTION := -regalloc=bigblock -fast
 endif
 ifeq ($(ARCH),Sparc)
 LLCBETAOPTION := -enable-sparc-v9-insts






More information about the llvm-commits mailing list