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

Chris Lattner lattner at cs.uiuc.edu
Fri Nov 14 19:36:02 PST 2003


Changes in directory llvm/test/Programs/MultiSource/Benchmarks/Olden/bh:

Makefile updated: 1.10 -> 1.11

---
Log message:

reduce runtime a bit


---
Diffs of the changes:  (+1 -1)

Index: llvm/test/Programs/MultiSource/Benchmarks/Olden/bh/Makefile
diff -u llvm/test/Programs/MultiSource/Benchmarks/Olden/bh/Makefile:1.10 llvm/test/Programs/MultiSource/Benchmarks/Olden/bh/Makefile:1.11
--- llvm/test/Programs/MultiSource/Benchmarks/Olden/bh/Makefile:1.10	Fri Sep 12 11:02:22 2003
+++ llvm/test/Programs/MultiSource/Benchmarks/Olden/bh/Makefile	Fri Nov 14 19:34:54 2003
@@ -4,7 +4,7 @@
 CPPFLAGS = -DTORONTO
 LDFLAGS  = -lm
 ifdef LARGE_PROBLEM_SIZE
-RUN_OPTIONS = 50000 30
+RUN_OPTIONS = 40000 30
 endif
 include $(LEVEL)/test/Programs/MultiSource/Makefile.multisrc
 





More information about the llvm-commits mailing list