diff options
Diffstat (limited to 'test/CodeGen/CBackend/2003-05-12-IntegerSizeWarning.ll')
-rw-r--r-- | test/CodeGen/CBackend/2003-05-12-IntegerSizeWarning.ll | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/test/CodeGen/CBackend/2003-05-12-IntegerSizeWarning.ll b/test/CodeGen/CBackend/2003-05-12-IntegerSizeWarning.ll deleted file mode 100644 index 92d582d..0000000 --- a/test/CodeGen/CBackend/2003-05-12-IntegerSizeWarning.ll +++ /dev/null @@ -1,8 +0,0 @@ -; RUN: llc < %s -march=c - -; Apparently this constant was unsigned in ISO C 90, but not in C 99. - -define i32 @foo() { - ret i32 -2147483648 -} - |