Silence -Wunused-variable in release builds.
[llvm/stm8.git] / test / CodeGen / SystemZ / 03-RetAndSubreg.ll
blob75dc90a9b00e491f52aeab08c05fcd7967618e94
1 ; RUN: llc < %s -march=systemz | grep ngr | count 3
2 ; RUN: llc < %s -march=systemz | grep nihf | count 1
4 define i32 @foo(i32 %a, i32 %b) {
5 entry:
6     %c = and i32 %a, %b
7     ret i32 %c
10 define zeroext i32 @foo1(i32 %a, i32 %b)  {
11 entry:
12     %c = and i32 %a, %b
13     ret i32 %c
16 define signext i32 @foo2(i32 %a, i32 %b)  {
17 entry:
18     %c = and i32 %a, %b
19     ret i32 %c