[llvm-commits] CVS: llvm-test/Makefile.programs
Chris Lattner
lattner at cs.uiuc.edu
Fri Jun 9 14:47:37 PDT 2006
Changes in directory llvm-test:
Makefile.programs updated: 1.214 -> 1.215
---
Log message:
llvmgcc4 uses -regalloc=local at -O0. As it turns out, it's massively buggy,
we should fix it, and fixing it requires testing it.
---
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.214 llvm-test/Makefile.programs:1.215
--- llvm-test/Makefile.programs:1.214 Tue Jun 6 19:05:16 2006
+++ llvm-test/Makefile.programs Fri Jun 9 16:47:24 2006
@@ -187,7 +187,7 @@
endif#DISABLE_DIFFS
ifeq ($(ARCH),PowerPC)
-LLCBETAOPTION := -sched=list-td
+LLCBETAOPTION := -regalloc=local
endif
ifeq ($(ARCH),Alpha)
LLCBETAOPTION := -sched=list-td
More information about the llvm-commits
mailing list