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

Chris Lattner lattner at cs.uiuc.edu
Fri Jun 6 23:39:07 PDT 2003


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

Makefile updated: 1.2 -> 1.3

---
Log message:

Increase problem size


---
Diffs of the changes:

Index: llvm/test/Programs/MultiSource/Ptrdist-ft/Makefile
diff -u llvm/test/Programs/MultiSource/Ptrdist-ft/Makefile:1.2 llvm/test/Programs/MultiSource/Ptrdist-ft/Makefile:1.3
--- llvm/test/Programs/MultiSource/Ptrdist-ft/Makefile:1.2	Sun May 11 17:25:30 2003
+++ llvm/test/Programs/MultiSource/Ptrdist-ft/Makefile	Fri Jun  6 23:38:47 2003
@@ -1,5 +1,5 @@
 LEVEL = ../../../..
 PROG=ft
-RUN_OPTIONS += 500 1000
+RUN_OPTIONS +=  1500 100000
 
 include ../Makefile.multisrc





More information about the llvm-commits mailing list