Silence -Wunused-variable in release builds.
[llvm/stm8.git] / test / CodeGen / Alpha / sub128.ll
blobd26404bfe024be4ecbdf4e6ca967caafeba1eacc
1 ;test for SUBC and SUBE expansion
3 ; RUN: llc < %s -march=alpha
5 define i128 @sub128(i128 %x, i128 %y) {
6 entry:
7         %tmp = sub i128 %y, %x
8         ret i128 %tmp