Use static inline to do the right thing when built in C99 mode. Of course,
[llvm/stm8.git] / test / CodeGen / SystemZ / 02-RetXorImm.ll
blob473bbf74f5bc937a90bc21c9f6c3998d50b91e05
1 ; RUN: llc < %s -march=systemz
2 define i64 @foo(i64 %a, i64 %b) {
3 entry:
4     %c = xor i64 %a, 1
5     ret i64 %c