blob: db4735d0b629c51d4dabd8a30658c7676eb67717 [file] [log] [blame]
; RUN: llvm-as < %s| opt -instcombine | llvm-dis | grep 'ret bool false'
bool %test(bool %V) {
%Y = setlt bool %V, false
ret bool %Y
}