[llvm-commits] CVS: llvm-test/Makefile.programs
Chris Lattner
sabre at nondot.org
Tue Jun 26 09:13:03 PDT 2007
Changes in directory llvm-test:
Makefile.programs updated: 1.270 -> 1.271
---
Log message:
switch back to local. Duraid has plenty of todo items from last night's run :)
---
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.270 llvm-test/Makefile.programs:1.271
--- llvm-test/Makefile.programs:1.270 Mon Jun 25 22:22:13 2007
+++ llvm-test/Makefile.programs Tue Jun 26 11:12:31 2007
@@ -235,7 +235,7 @@
LLCBETAOPTION := -sched=simple
endif
ifeq ($(ARCH),x86)
-LLCBETAOPTION := -regalloc=bigblock -fast
+LLCBETAOPTION := -regalloc=local -fast
endif
ifeq ($(ARCH),Sparc)
LLCBETAOPTION := -enable-sparc-v9-insts
More information about the llvm-commits
mailing list