blob: deb61246cf368ce4b784f2736da1cfbd2b50fe82 [file] [log] [blame]
Reid Spencerd0e30dc2006-12-02 04:23:10 +00001; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine -disable-output
Chris Lattnerb28f0ef2005-06-15 20:52:39 +00002; PR577
3
4bool %test() {
5 %tmp.3 = shl int 0, ubyte 41 ; <int> [#uses=1]
6 %tmp.4 = setne int %tmp.3, 0 ; <bool> [#uses=1]
7 ret bool %tmp.4
8}