[llvm-commits] CVS: llvm-test/Makefile.programs
Chris Lattner
lattner at cs.uiuc.edu
Thu Mar 9 09:45:14 PST 2006
Changes in directory llvm-test:
Makefile.programs updated: 1.198 -> 1.199
---
Log message:
Switch PPC beta back to list-td
---
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.198 llvm-test/Makefile.programs:1.199
--- llvm-test/Makefile.programs:1.198 Thu Mar 9 11:29:17 2006
+++ llvm-test/Makefile.programs Thu Mar 9 11:45:02 2006
@@ -187,10 +187,10 @@
endif#DISABLE_DIFFS
ifeq ($(ARCH),PowerPC)
-LLCBETAOPTION := -use-sched-latencies
+LLCBETAOPTION := -sched=list-td
endif
ifeq ($(ARCH),Alpha)
-LLCBETAOPTION := -sched=list-td -use-sched-latencies
+LLCBETAOPTION := -sched=list-td
# -enable-alpha-FTOI -enable-alpha-intfpdiv
endif
ifeq ($(ARCH),IA64)
More information about the llvm-commits
mailing list