[ARM] Adjust how NEON shifts are lowered
[llvm-core.git] / test / Transforms / SCCP / 2006-12-19-UndefBug.ll
blobede1a32c5f7adbc3dc007bacfe3a74ca4bbe1e28
1 ; RUN: opt < %s -sccp -S | \
2 ; RUN:   grep "ret i1 false"
4 define i1 @foo() {
5         %X = and i1 false, undef                ; <i1> [#uses=1]
6         ret i1 %X