blob: 8e09441feba43d85b076a394719f45242d3f6344 [file] [log] [blame]
Bob Wilsonb5b50572010-07-01 22:26:26 +00001; 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
4define void @test() {
5 ret void
6}