Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
fce288fc9134f0f1055caf0342c023225bd5c379
/
.
/
test
/
CodeGen
/
SystemZ
/
02-RetAddImm.ll
blob: 6d73e4d42ab2320b6fc872aa978751ca38c8c66e [
file
] [
log
] [
blame
]
Dan Gohman
fce288f
2009-09-09 00:09:15 +0000
[
diff
] [
blame^
]
1
; RUN: llc < %s -march=systemz
Anton Korobeynikov
0676d28
2009-07-16 13:30:15 +0000
[
diff
] [
blame
]
2
define
i64
@foo
(
i64
%a
,
i64
%b
)
{
3
entry
:
4
%c
=
add
i64
%a
,
1
5
ret
i64
%c
6
}