[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/Integer/multiple_assign.c
Reid Spencer
reid at x10sys.com
Wed May 16 22:15:30 PDT 2007
Changes in directory llvm-test/SingleSource/UnitTests/Integer:
multiple_assign.c updated: 1.1 -> 1.2
---
Log message:
: is not a statement terminator, but ; is
---
Diffs of the changes: (+1 -1)
multiple_assign.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-test/SingleSource/UnitTests/Integer/multiple_assign.c
diff -u llvm-test/SingleSource/UnitTests/Integer/multiple_assign.c:1.1 llvm-test/SingleSource/UnitTests/Integer/multiple_assign.c:1.2
--- llvm-test/SingleSource/UnitTests/Integer/multiple_assign.c:1.1 Wed May 16 23:35:13 2007
+++ llvm-test/SingleSource/UnitTests/Integer/multiple_assign.c Thu May 17 00:15:12 2007
@@ -4,5 +4,5 @@
int69 X;
int169 Y;
X = Y = 0;
- return X:
+ return X;
}
More information about the llvm-commits
mailing list