[llvm-commits] CVS: llvm/test/Regression/CBackend/2003-05-12-IntegerSizeWarning.ll
Chris Lattner
lattner at cs.uiuc.edu
Mon May 12 10:35:02 PDT 2003
Changes in directory llvm/test/Regression/CBackend:
2003-05-12-IntegerSizeWarning.ll added (r1.1)
---
Log message:
New testcase
---
Diffs of the changes:
Index: llvm/test/Regression/CBackend/2003-05-12-IntegerSizeWarning.ll
diff -c /dev/null llvm/test/Regression/CBackend/2003-05-12-IntegerSizeWarning.ll:1.1
*** /dev/null Mon May 12 10:34:49 2003
--- llvm/test/Regression/CBackend/2003-05-12-IntegerSizeWarning.ll Mon May 12 10:34:39 2003
***************
*** 0 ****
--- 1,5 ----
+ ; Apparently this constant was unsigned in ISO C 90, but not in C 99.
+
+ int %foo() {
+ ret int -2147483648
+ }
More information about the llvm-commits
mailing list