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 _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits