[llvm-commits] CVS: llvm/test/Programs/MultiSource/Ptrdist-ft/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Sun May 11 17:26:01 PDT 2003
Changes in directory llvm/test/Programs/MultiSource/Ptrdist-ft:
Makefile updated: 1.1 -> 1.2
---
Log message:
Tune down input size
---
Diffs of the changes:
Index: llvm/test/Programs/MultiSource/Ptrdist-ft/Makefile
diff -u llvm/test/Programs/MultiSource/Ptrdist-ft/Makefile:1.1 llvm/test/Programs/MultiSource/Ptrdist-ft/Makefile:1.2
--- llvm/test/Programs/MultiSource/Ptrdist-ft/Makefile:1.1 Tue Nov 5 12:47:50 2002
+++ llvm/test/Programs/MultiSource/Ptrdist-ft/Makefile Sun May 11 17:25:30 2003
@@ -1,8 +1,5 @@
LEVEL = ../../../..
PROG=ft
-RUN_OPTIONS += 1000 2000
-
-
-#OBJS = ft.o graph.o item.o Fheap.o random.o
+RUN_OPTIONS += 500 1000
include ../Makefile.multisrc
More information about the llvm-commits
mailing list