blob: 4d686690b98fef25315c2095f3b9514a0d031e02 [file] [log] [blame]
; RUN: llvm-as < %s | opt -sccp | llvm-dis | \
; RUN: grep {ret i1 false}
define i1 @foo() {
%X = and i1 false, undef ; <i1> [#uses=1]
ret i1 %X
}