[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/Olden/treeadd/Makefile

Lauro Ramos Venancio lauro.venancio at gmail.com
Thu May 3 14:16:24 PDT 2007



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
 






More information about the llvm-commits mailing list