[WebAssembly] Use the new offset syntax for memory operands in inline asm.
[oota-llvm.git] / test / CodeGen / Thumb / triple.ll
1 ; RUN: llc < %s -mtriple=thumb | FileCheck %s
2
3 ; CHECK: .code  16
4
5 define void @f() {
6   ret void
7 }