[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/SignlessTypes/cast.cpp
Reid Spencer
reid at x10sys.com
Sat Nov 25 19:42:12 PST 2006
Changes in directory llvm-test/SingleSource/UnitTests/SignlessTypes:
cast.cpp updated: 1.1 -> 1.2
---
Log message:
Print out the testVal input.
---
Diffs of the changes: (+1 -0)
cast.cpp | 1 +
1 files changed, 1 insertion(+)
Index: llvm-test/SingleSource/UnitTests/SignlessTypes/cast.cpp
diff -u llvm-test/SingleSource/UnitTests/SignlessTypes/cast.cpp:1.1 llvm-test/SingleSource/UnitTests/SignlessTypes/cast.cpp:1.2
--- llvm-test/SingleSource/UnitTests/SignlessTypes/cast.cpp:1.1 Sat Nov 25 02:50:29 2006
+++ llvm-test/SingleSource/UnitTests/SignlessTypes/cast.cpp Sat Nov 25 21:41:57 2006
@@ -11,6 +11,7 @@
int i;
if (argc > 1)
testVal = atoi(argv[1]);
+ printf("testVal = %d\n", testVal);
// First check for elimination of A -> B -> C type casts.
More information about the llvm-commits
mailing list