xref: /aosp_15_r20/external/llvm/test/CodeGen/Thumb/2010-07-01-FuncAlign.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker; RUN: llc < %s -mtriple=thumb-apple-darwin | FileCheck %s
2*9880d681SAndroid Build Coastguard Worker; Radar 8143571: Function alignments were off by a power of two.
3*9880d681SAndroid Build Coastguard Worker; CHECK: .p2align 1
4*9880d681SAndroid Build Coastguard Workerdefine void @test() {
5*9880d681SAndroid Build Coastguard Worker  ret void
6*9880d681SAndroid Build Coastguard Worker}
7