[llvm-commits] CVS: llvm-test/External/SPEC/CFP2000/179.art/Makefile

Evan Cheng evan.cheng at apple.com
Mon Mar 6 11:59:15 PST 2006



Changes in directory llvm-test/External/SPEC/CFP2000/179.art:

Makefile updated: 1.5 -> 1.6
---
Log message:

Bump default problem size to something that takes ~3 sec range.


---
Diffs of the changes:  (+1 -1)

 Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm-test/External/SPEC/CFP2000/179.art/Makefile
diff -u llvm-test/External/SPEC/CFP2000/179.art/Makefile:1.5 llvm-test/External/SPEC/CFP2000/179.art/Makefile:1.6
--- llvm-test/External/SPEC/CFP2000/179.art/Makefile:1.5	Mon Sep  6 22:41:14 2004
+++ llvm-test/External/SPEC/CFP2000/179.art/Makefile	Mon Mar  6 13:59:04 2006
@@ -3,7 +3,7 @@
 ifdef LARGE_PROBLEM_SIZE
 RUN_OPTIONS = -scanfile c756hel.in -trainfile1 a10.img -stride 2 -startx 134 -starty 220 -endx 184 -endy 240 -objects 3
 else
-RUN_OPTIONS = -scanfile c756hel.in -trainfile1 a10.img -stride 2 -startx 134 -starty 220 -endx 139 -endy 225 -objects 1
+RUN_OPTIONS = -scanfile c756hel.in -trainfile1 a10.img -stride 2 -startx 134 -starty 220 -endx 154 -endy 230 -objects 3
 endif
 
 #STDIN_FILENAME = $(RUN_TYPE).in






More information about the llvm-commits mailing list