[WebAssembly] Use the new offset syntax for memory operands in inline asm.
[oota-llvm.git] / test / CodeGen / Thumb / frame_thumb.ll
1 ; RUN: llc < %s -mtriple=thumb-apple-darwin \
2 ; RUN:     -disable-fp-elim | not grep "r11"
3 ; RUN: llc < %s -mtriple=thumb-linux-gnueabi \
4 ; RUN:     -disable-fp-elim | not grep "r11"
5
6 define i32 @f() {
7 entry:
8         ret i32 10
9 }