[WebAssembly] Use the new offset syntax for memory operands in inline asm.
[oota-llvm.git] / test / CodeGen / Thumb / 2010-07-01-FuncAlign.ll
1 ; RUN: llc < %s -mtriple=thumb-apple-darwin | FileCheck %s
2 ; Radar 8143571: Function alignments were off by a power of two.
3 ; CHECK: .align 1
4 define void @test() {
5   ret void
6 }