blob: 4a7170dbbd172d788449a8fe0316f09b361238ee [file] [log] [blame]
Tanya Lattner3f047732008-02-19 01:41:04 +00001; RUN: llvm-as < %s | llc -march=c
Tanya Lattnerf14e76d2004-11-06 21:40:51 +00002
Chris Lattner499a5682003-05-12 15:34:39 +00003; Apparently this constant was unsigned in ISO C 90, but not in C 99.
4
Tanya Lattner3f047732008-02-19 01:41:04 +00005define i32 @foo() {
6 ret i32 -2147483648
Chris Lattner499a5682003-05-12 15:34:39 +00007}
Tanya Lattner3f047732008-02-19 01:41:04 +00008