[WebAssembly] Use the new offset syntax for memory operands in inline asm.
[oota-llvm.git] / test / CodeGen / Thumb / 2010-06-18-SibCallCrash.ll
1 ; RUN: llc -mtriple=thumb-eabi %s -o /dev/null
2 ; rdar://8104457
3
4 define arm_apcscc void @t(i32* %m) nounwind {
5 entry:
6   tail call arm_apcscc  void undef(i32* %m, i16 zeroext undef) nounwind
7   ret void
8 }