diff options
Diffstat (limited to 'test/CodeGen/Thumb/2010-07-01-FuncAlign.ll')
-rw-r--r-- | test/CodeGen/Thumb/2010-07-01-FuncAlign.ll | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/CodeGen/Thumb/2010-07-01-FuncAlign.ll b/test/CodeGen/Thumb/2010-07-01-FuncAlign.ll new file mode 100644 index 0000000..8e09441 --- /dev/null +++ b/test/CodeGen/Thumb/2010-07-01-FuncAlign.ll @@ -0,0 +1,6 @@ +; RUN: llc < %s -mtriple=thumb-apple-darwin | FileCheck %s +; Radar 8143571: Function alignments were off by a power of two. +; CHECK: .align 1 +define void @test() { + ret void +} |