blob: ec69ce05fe940367cd06a2bec2398183105f3d77 [file] [log] [blame]
Dan Gohman3c7d3082009-09-11 18:01:28 +00001; RUN: opt < %s -sccp -S | \
Dan Gohmanf17a25c2007-07-18 16:29:46 +00002; RUN: grep {ret i1 false}
3
Tanya Lattnerba93e2d2008-03-19 04:14:49 +00004define i1 @foo() {
5 %X = and i1 false, undef ; <i1> [#uses=1]
6 ret i1 %X
Dan Gohmanf17a25c2007-07-18 16:29:46 +00007}
Tanya Lattnerba93e2d2008-03-19 04:14:49 +00008