Changes in directory llvm-test/MultiSource/Benchmarks/Olden/treeadd:

Makefile updated: 1.10 -> 1.11
---
Log message:

Implement SMALL_PROBLEM_SIZE.


---
Diffs of the changes:  (+6 -0)

 Makefile |    6 ++++++
 1 files changed, 6 insertions(+)


Index: llvm-test/MultiSource/Benchmarks/Olden/treeadd/Makefile
diff -u llvm-test/MultiSource/Benchmarks/Olden/treeadd/Makefile:1.10 
llvm-test/MultiSource/Benchmarks/Olden/treeadd/Makefile:1.11
--- llvm-test/MultiSource/Benchmarks/Olden/treeadd/Makefile:1.10        Wed Sep 
 1 09:33:25 2004
+++ llvm-test/MultiSource/Benchmarks/Olden/treeadd/Makefile     Thu May  3 
16:16:04 2007
@@ -3,6 +3,12 @@
 PROG       = treeadd
 CPPFLAGS   = -DTORONTO
 LDFLAGS    = 
+
+ifdef SMALL_PROBLEM_SIZE
+RUN_OPTIONS = 20
+else
 RUN_OPTIONS = 22
+endif
+
 include $(LEVEL)/MultiSource/Makefile.multisrc
 



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to