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