[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/Ptrdist/ft/Makefile

Chris Lattner lattner at cs.uiuc.edu
Sat Apr 23 23:45:39 PDT 2005



Changes in directory llvm-test/MultiSource/Benchmarks/Ptrdist/ft:

Makefile updated: 1.7 -> 1.8
---
Log message:

add a l_p_s input


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

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


Index: llvm-test/MultiSource/Benchmarks/Ptrdist/ft/Makefile
diff -u llvm-test/MultiSource/Benchmarks/Ptrdist/ft/Makefile:1.7 llvm-test/MultiSource/Benchmarks/Ptrdist/ft/Makefile:1.8
--- llvm-test/MultiSource/Benchmarks/Ptrdist/ft/Makefile:1.7	Wed Sep  1 09:33:26 2004
+++ llvm-test/MultiSource/Benchmarks/Ptrdist/ft/Makefile	Sun Apr 24 01:45:22 2005
@@ -1,5 +1,9 @@
 LEVEL = ../../../..
 PROG = ft
+ifdef LARGE_PROBLEM_SIZE
+RUN_OPTIONS += 6000 100000
+else
 RUN_OPTIONS +=  1500 100000
+endif
 include $(LEVEL)/MultiSource/Makefile.multisrc
 






More information about the llvm-commits mailing list