blob: 92d582d7f36dedafe724223c71d456eff0e1953d [file] [log] [blame]
Dan Gohmanc8054d92009-09-09 00:09:15 +00001; RUN: llc < %s -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