[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MallocBench/cfrac/Makefile

Chris Lattner lattner at cs.uiuc.edu
Mon Apr 11 16:56:56 PDT 2005



Changes in directory llvm-test/MultiSource/Benchmarks/MallocBench/cfrac:

Makefile updated: 1.2 -> 1.3
---
Log message:

add a larger input


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

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


Index: llvm-test/MultiSource/Benchmarks/MallocBench/cfrac/Makefile
diff -u llvm-test/MultiSource/Benchmarks/MallocBench/cfrac/Makefile:1.2 llvm-test/MultiSource/Benchmarks/MallocBench/cfrac/Makefile:1.3
--- llvm-test/MultiSource/Benchmarks/MallocBench/cfrac/Makefile:1.2	Wed Sep  1 09:33:23 2004
+++ llvm-test/MultiSource/Benchmarks/MallocBench/cfrac/Makefile	Mon Apr 11 18:56:42 2005
@@ -11,5 +11,9 @@
     pfloat.c pidiv.c pimod.c picmp.c \
     primes.c pcfrac.c pgcd.c
 
+ifdef LARGE_PROBLEM_SIZE
+RUN_OPTIONS = 376529507064485971626234556089714053987
+else
 RUN_OPTIONS = 41757646344123832613190542166099121
+endif
 include ../../../Makefile.multisrc






More information about the llvm-commits mailing list