Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
09b51c348c9966bb6472f509bcf790ca98f8150c
/
.
/
test
/
CodeGen
/
CBackend
/
2004-12-28-LogicalConstantExprs.ll
blob: 9acaa726dbe6294fe9320ab7f358b22dd3c9edf4 [
file
] [
log
] [
blame
]
; RUN: llvm-as < %s | llc -march=c
define
i32
@foo
()
{
ret
i32
and
(
i32
123456
,
i32
ptrtoint
(
i32
()*
@foo
to
i32
))
}