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