Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
ddb265b905cf83c44bfa0819c3a80dc13f29173f
/
.
/
llvm
/
test
/
Transforms
/
InstCombine
/
2004-08-10-BoolSetCC.ll
blob: e87e42c1981dcb74c56a2acf6ad311f9b717b2c3 [
file
] [
log
] [
blame
]
; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine | llvm-dis | \
; RUN: grep {ret i1 false}
bool
%test
(
bool
%V
)
{
%Y
=
setlt
bool
%V
,
false
ret
bool
%Y
}