Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
e6220fb2305bdc993dc9039fffafd82c609c1c50
/
.
/
test
/
CodeGen
/
SystemZ
/
02-RetAnd.ll
blob: e174d077281f82a7c32f2cf6cea61f80ce8f0d37 [
file
] [
log
] [
blame
]
Anton Korobeynikov
e6220fb
2009-07-16 13:32:49 +0000
[
diff
] [
blame^
]
1
; RUN: llvm-as < %s | llc
2
3
define
i64
@foo
(
i64
%a
,
i64
%b
)
{
4
entry
:
5
%c
=
and
i64
%a
,
%b
6
ret
i64
%c
7
}