summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/2004-08-10-BoolSetCC.ll
blob: 88c4cc43153f6130c200d4fb2ee58f40e91c792f (plain)
1
2
3
4
5
6
; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine | llvm-dis | grep 'ret bool false'
bool %test(bool %V) {
	%Y = setlt bool %V, false
	ret bool %Y
}