repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pass machinemoduleinfo down into getSymbolForDwarfGlobalReference,
[llvm/avr.git]
/
test
/
CodeGen
/
CBackend
/
2003-05-12-IntegerSizeWarning.ll
blob
92d582d7f36dedafe724223c71d456eff0e1953d
1
; RUN: llc < %s -march=c
2
3
; Apparently this constant was unsigned in ISO C 90, but not in C 99.
4
5
define i32 @foo() {
6
ret i32 -2147483648
7
}
8