[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/Olden/health/Makefile
Lauro Ramos Venancio
lauro.venancio at gmail.com
Thu May 3 13:52:42 PDT 2007
Changes in directory llvm-test/MultiSource/Benchmarks/Olden/health:
Makefile updated: 1.15 -> 1.16
---
Log message:
Implement SMALL_PROBLEM_SIZE.
---
Diffs of the changes: (+4 -0)
Makefile | 4 ++++
1 files changed, 4 insertions(+)
Index: llvm-test/MultiSource/Benchmarks/Olden/health/Makefile
diff -u llvm-test/MultiSource/Benchmarks/Olden/health/Makefile:1.15 llvm-test/MultiSource/Benchmarks/Olden/health/Makefile:1.16
--- llvm-test/MultiSource/Benchmarks/Olden/health/Makefile:1.15 Wed Sep 1 09:33:25 2004
+++ llvm-test/MultiSource/Benchmarks/Olden/health/Makefile Thu May 3 15:52:25 2007
@@ -9,7 +9,11 @@
ifdef LARGE_PROBLEM_SIZE
RUN_OPTIONS = 10 40 1
else
+ifdef SMALL_PROBLEM_SIZE
+RUN_OPTIONS = 8 15 1
+else
RUN_OPTIONS = 9 20 1
endif
+endif
include $(LEVEL)/MultiSource/Makefile.multisrc
More information about the llvm-commits
mailing list