Changes in directory llvm-test:
Makefile.programs updated: 1.228 -> 1.229 --- Log message: Setting LLCBETAOPTION to something useful --- Diffs of the changes: (+2 -2) Makefile.programs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm-test/Makefile.programs diff -u llvm-test/Makefile.programs:1.228 llvm-test/Makefile.programs:1.229 --- llvm-test/Makefile.programs:1.228 Wed Sep 27 11:58:28 2006 +++ llvm-test/Makefile.programs Wed Sep 27 12:11:19 2006 @@ -193,7 +193,7 @@ endif#DISABLE_DIFFS ifeq ($(ARCH),PowerPC) -#LLCBETAOPTION := -combiner-alias-analysis +LLCBETAOPTION := -fast -regalloc=local endif ifeq ($(ARCH),Alpha) LLCBETAOPTION := -sched=list-td @@ -203,7 +203,7 @@ LLCBETAOPTION := -sched=simple endif ifeq ($(ARCH),x86) -#LLCBETAOPTION := -combiner-alias-analysis +LLCBETAOPTION := -fast -regalloc=local endif ifeq ($(ARCH),Sparc) LLCBETAOPTION := -enable-sparc-v9-insts _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits