[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/Olden/mst/Makefile
Evan Cheng
evan.cheng at apple.com
Tue Jun 19 14:55:47 PDT 2007
Changes in directory llvm-test/MultiSource/Benchmarks/Olden/mst:
Makefile updated: 1.14 -> 1.15
---
Log message:
Increase test size to something more reasonable.
---
Diffs of the changes: (+1 -1)
Makefile | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-test/MultiSource/Benchmarks/Olden/mst/Makefile
diff -u llvm-test/MultiSource/Benchmarks/Olden/mst/Makefile:1.14 llvm-test/MultiSource/Benchmarks/Olden/mst/Makefile:1.15
--- llvm-test/MultiSource/Benchmarks/Olden/mst/Makefile:1.14 Wed Sep 1 09:33:25 2004
+++ llvm-test/MultiSource/Benchmarks/Olden/mst/Makefile Tue Jun 19 16:55:24 2007
@@ -6,7 +6,7 @@
ifdef LARGE_PROBLEM_SIZE
RUN_OPTIONS = 4000
else
-RUN_OPTIONS = 500
+RUN_OPTIONS = 1000
endif
include $(LEVEL)/MultiSource/Makefile.multisrc
More information about the llvm-commits
mailing list