[llvm-commits] CVS: llvm/test/Programs/SingleSource/Benchmarks/Misc/whetstone.c
Chris Lattner
lattner at cs.uiuc.edu
Sat Oct 18 02:10:01 PDT 2003
Changes in directory llvm/test/Programs/SingleSource/Benchmarks/Misc:
whetstone.c updated: 1.1 -> 1.2
---
Log message:
Don't print insufficient duration
---
Diffs of the changes: (+1 -1)
Index: llvm/test/Programs/SingleSource/Benchmarks/Misc/whetstone.c
diff -u llvm/test/Programs/SingleSource/Benchmarks/Misc/whetstone.c:1.1 llvm/test/Programs/SingleSource/Benchmarks/Misc/whetstone.c:1.2
--- llvm/test/Programs/SingleSource/Benchmarks/Misc/whetstone.c:1.1 Sat Oct 18 02:06:43 2003
+++ llvm/test/Programs/SingleSource/Benchmarks/Misc/whetstone.c Sat Oct 18 02:09:04 2003
@@ -368,12 +368,12 @@
C--------------------------------------------------------------------
*/
printf("\n");
+#if 0
if (finisec-startsec <= 0) {
printf("Insufficient duration- Increase the LOOP count\n");
return(1);
}
-#if 0
printf("Loops: %ld, Iterations: %d, Duration: %ld sec.\n",
LOOP, II, finisec-startsec);
More information about the llvm-commits
mailing list