Remove the SystemZ backend.
[oota-llvm.git] / test / CodeGen / Blackfin / i1ops.ll
1 ; RUN: llc < %s -march=bfin -verify-machineinstrs
2
3 define i32 @adj(i32 %d.1, i32 %ct.1) {
4 entry:
5         %tmp.22.not = trunc i32 %ct.1 to i1             ; <i1> [#uses=1]
6         %tmp.221 = xor i1 %tmp.22.not, true             ; <i1> [#uses=1]
7         %tmp.26 = or i1 false, %tmp.221         ; <i1> [#uses=1]
8         %tmp.27 = zext i1 %tmp.26 to i32                ; <i32> [#uses=1]
9         ret i32 %tmp.27
10 }