[llvm-commits] CVS: llvm-test/External/SPEC/CFP2000/177.mesa/Makefile
Evan Cheng
evan.cheng at apple.com
Mon Mar 6 11:53:23 PST 2006
Changes in directory llvm-test/External/SPEC/CFP2000/177.mesa:
Makefile updated: 1.7 -> 1.8
---
Log message:
Increase default problem size to something reasonable.
---
Diffs of the changes: (+1 -1)
Makefile | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-test/External/SPEC/CFP2000/177.mesa/Makefile
diff -u llvm-test/External/SPEC/CFP2000/177.mesa/Makefile:1.7 llvm-test/External/SPEC/CFP2000/177.mesa/Makefile:1.8
--- llvm-test/External/SPEC/CFP2000/177.mesa/Makefile:1.7 Mon Sep 6 22:37:34 2004
+++ llvm-test/External/SPEC/CFP2000/177.mesa/Makefile Mon Mar 6 13:53:11 2006
@@ -4,7 +4,7 @@
ifdef LARGE_PROBLEM_SIZE
RUN_OPTIONS := -frames 500
else
-RUN_OPTIONS := -frames 10
+RUN_OPTIONS := -frames 100
endif
RUN_OPTIONS += -meshfile mesa.in -ppmfile mesa.ppm
More information about the llvm-commits
mailing list