blob: 3cc61f716b4ddcfcff682c9473a5744ee88fa96e [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001; RUN: llvm-upgrade < %s | llvm-as | opt -sccp | llvm-dis | \
2; RUN: grep {ret i1 false}
3
4bool %foo() {
5 %X = and bool false, undef
6 ret bool %X
7}