[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/2005-07-17-INT-To-FP.c
Evan Cheng
evan.cheng at apple.com
Fri Jan 27 18:41:24 PST 2006
Changes in directory llvm-test/SingleSource/UnitTests:
2005-07-17-INT-To-FP.c updated: 1.5 -> 1.6
---
Log message:
Back out last check-in. Turns out we are bug compatible with gcc. :-)
---
Diffs of the changes: (+1 -1)
2005-07-17-INT-To-FP.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-test/SingleSource/UnitTests/2005-07-17-INT-To-FP.c
diff -u llvm-test/SingleSource/UnitTests/2005-07-17-INT-To-FP.c:1.5 llvm-test/SingleSource/UnitTests/2005-07-17-INT-To-FP.c:1.6
--- llvm-test/SingleSource/UnitTests/2005-07-17-INT-To-FP.c:1.5 Fri Jan 27 18:37:03 2006
+++ llvm-test/SingleSource/UnitTests/2005-07-17-INT-To-FP.c Fri Jan 27 20:41:13 2006
@@ -3,7 +3,7 @@
int tests[] = {
0x80000000,
- -123456792,
+ -123456789,
-10,
-2,
-1,
More information about the llvm-commits
mailing list