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
/
SystemZ
/
02-RetAddImm.ll
blob
6d73e4d42ab2320b6fc872aa978751ca38c8c66e
1
; RUN: llc < %s -march=systemz
2
define i64 @foo(i64 %a, i64 %b) {
3
entry:
4
%c = add i64 %a, 1
5
ret i64 %c
6
}