[llvm-commits] [test-suite] r94152 - /test-suite/trunk/Makefile.programs
Evan Cheng
evan.cheng at apple.com
Thu Jan 21 19:45:58 PST 2010
Author: evancheng
Date: Thu Jan 21 21:45:58 2010
New Revision: 94152
URL: http://llvm.org/viewvc/llvm-project?rev=94152&view=rev
Log:
Change x86 llcbeta to -cluster-loads.
Modified:
test-suite/trunk/Makefile.programs
Modified: test-suite/trunk/Makefile.programs
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/Makefile.programs?rev=94152&r1=94151&r2=94152&view=diff
==============================================================================
--- test-suite/trunk/Makefile.programs (original)
+++ test-suite/trunk/Makefile.programs Thu Jan 21 21:45:58 2010
@@ -232,10 +232,10 @@
LLCBETAOPTION := -sched=simple
endif
ifeq ($(ARCH),x86_64)
-LLCBETAOPTION :=
+LLCBETAOPTION := -cluster-loads
endif
ifeq ($(ARCH),x86)
-LLCBETAOPTION :=
+LLCBETAOPTION := -cluster-loads
endif
ifeq ($(ARCH),Sparc)
LLCBETAOPTION := -enable-sparc-v9-insts
More information about the llvm-commits
mailing list