[llvm-commits] CVS: reopt/test/run-tests
Brian Gaeke
gaeke at cs.uiuc.edu
Fri Jun 4 12:59:23 PDT 2004
Changes in directory reopt/test:
run-tests updated: 1.2 -> 1.3
---
Log message:
Currently we're working on fixing strcat.
---
Diffs of the changes: (+1 -0)
Index: reopt/test/run-tests
diff -u reopt/test/run-tests:1.2 reopt/test/run-tests:1.3
--- reopt/test/run-tests:1.2 Wed Jun 2 15:19:03 2004
+++ reopt/test/run-tests Fri Jun 4 12:58:26 2004
@@ -43,6 +43,7 @@
ary3) SUBDIR=SingleSource/Reoptimizer/Ary3 ;;
sieve) SUBDIR=SingleSource/Reoptimizer/Sieve ;;
lists) SUBDIR=SingleSource/Reoptimizer/Lists ;;
+ strcat) SUBDIR=SingleSource/Reoptimizer/Strcat ;;
shootout) SUBDIR=SingleSource/Benchmarks/Shootout ;;
mynestedloop) SUBDIR=SingleSource/Reoptimizer/MyNestedLoop ;;
*) die "Error: Unknown benchmark $arg" ;;
More information about the llvm-commits
mailing list