[llvm-commits] CVS: llvm/test/Programs/SingleSource/Regression/C/globalrefs.c
Chris Lattner
lattner at cs.uiuc.edu
Fri Oct 10 12:55:11 PDT 2003
Changes in directory llvm/test/Programs/SingleSource/Regression/C:
globalrefs.c updated: 1.3 -> 1.4
---
Log message:
Do not take pointer difference between two different GLOBALS !
---
Diffs of the changes: (+0 -1)
Index: llvm/test/Programs/SingleSource/Regression/C/globalrefs.c
diff -u llvm/test/Programs/SingleSource/Regression/C/globalrefs.c:1.3 llvm/test/Programs/SingleSource/Regression/C/globalrefs.c:1.4
--- llvm/test/Programs/SingleSource/Regression/C/globalrefs.c:1.3 Thu Oct 2 14:43:08 2003
+++ llvm/test/Programs/SingleSource/Regression/C/globalrefs.c Fri Oct 10 12:54:49 2003
@@ -40,7 +40,6 @@
printf("sizeof(struct Test) = %d\n\n", (int)sizeof(struct test));
printdiff(&TestArray[3], TestArray);
- printdiff(&Test1.A, &TestArray[3]);
printdiff(&Test1.S.Y, &Test1.A);
printdiff(&Test1.next, &Test1.S.Y);
printf("\n");
More information about the llvm-commits
mailing list