Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
5a23c8bbdb3085d99217d520948ad56b6be51b17
/
.
/
test
/
CodeGen
/
CBackend
/
2004-12-28-LogicalConstantExprs.ll
blob: 3377fd1feade152bec895b564f0269d67019c0c4 [
file
] [
log
] [
blame
]
Chris Lattner
5a23c8b
2004-12-29 03:57:25 +0000
[
diff
] [
blame^
]
1
; RUN: llvm-as < %s | llc -march=c
2
3
int
%foo
()
{
4
ret
int
and
(
int
123456
,
int
cast
(
int
()*
%foo
to
int
))
5
}