Silence -Wunused-variable in release builds.
[llvm/stm8.git] / test / CodeGen / Alpha / i32_sub_1.ll
blob35b1d08dbd57bbdf4503aa615640138048517123
1 ; Make sure this testcase codegens to the ctpop instruction
2 ; RUN: llc < %s -march=alpha | grep -i {subl \$16,1,\$0}
5 define signext i32 @foo(i32 signext %x) {
6 entry:
7         %tmp.1 = add i32 %x, -1         ; <int> [#uses=1]
8         ret i32 %tmp.1