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