[llvm-commits] [test-suite] r94415 - /test-suite/trunk/Makefile.programs
Evan Cheng
evan.cheng at apple.com
Sun Jan 24 23:50:43 PST 2010
Author: evancheng
Date: Mon Jan 25 01:50:43 2010
New Revision: 94415
URL: http://llvm.org/viewvc/llvm-project?rev=94415&view=rev
Log:
Change x86 llcbeta to -tailcallopt.
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=94415&r1=94414&r2=94415&view=diff
==============================================================================
--- test-suite/trunk/Makefile.programs (original)
+++ test-suite/trunk/Makefile.programs Mon Jan 25 01:50:43 2010
@@ -232,10 +232,10 @@
LLCBETAOPTION := -sched=simple
endif
ifeq ($(ARCH),x86_64)
-LLCBETAOPTION := -cluster-loads
+LLCBETAOPTION := -tailcallopt
endif
ifeq ($(ARCH),x86)
-LLCBETAOPTION := -cluster-loads
+LLCBETAOPTION := -tailcallopt
endif
ifeq ($(ARCH),Sparc)
LLCBETAOPTION := -enable-sparc-v9-insts
More information about the llvm-commits
mailing list