xref: /llvm-project/llvm/test/CodeGen/Thumb/2010-07-01-FuncAlign.ll (revision 61d15ae4f56474164dff42708d9f7a19bb12ba1c)
1; RUN: llc < %s -mtriple=thumb-apple-darwin | FileCheck %s
2; Radar 8143571: Function alignments were off by a power of two.
3; CHECK: .p2align 1
4define void @test() {
5  ret void
6}
7