[llvm-commits] CVS: llvm/test/Programs/SingleSource/Regression/C/2003-10-13-PointerIncrementTest.c
Chris Lattner
lattner at cs.uiuc.edu
Thu Oct 23 11:01:02 PDT 2003
Changes in directory llvm/test/Programs/SingleSource/Regression/C:
2003-10-13-PointerIncrementTest.c updated: 1.2 -> 1.3
---
Log message:
return zero on success
---
Diffs of the changes: (+1 -0)
Index: llvm/test/Programs/SingleSource/Regression/C/2003-10-13-PointerIncrementTest.c
diff -u llvm/test/Programs/SingleSource/Regression/C/2003-10-13-PointerIncrementTest.c:1.2 llvm/test/Programs/SingleSource/Regression/C/2003-10-13-PointerIncrementTest.c:1.3
--- llvm/test/Programs/SingleSource/Regression/C/2003-10-13-PointerIncrementTest.c:1.2 Mon Oct 13 23:20:04 2003
+++ llvm/test/Programs/SingleSource/Regression/C/2003-10-13-PointerIncrementTest.c Thu Oct 23 11:00:28 2003
@@ -9,4 +9,5 @@
*((int*)Pointer)++;
printf("0x%d\n", (int)Pointer-(int)&Array[0]);
}
+ return 0;
}
More information about the llvm-commits
mailing list