aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/2011-04-12-AlignBug.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/2011-04-12-AlignBug.ll')
-rw-r--r--test/CodeGen/ARM/2011-04-12-AlignBug.ll10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/CodeGen/ARM/2011-04-12-AlignBug.ll b/test/CodeGen/ARM/2011-04-12-AlignBug.ll
deleted file mode 100644
index 1a6879e366eb..000000000000
--- a/test/CodeGen/ARM/2011-04-12-AlignBug.ll
+++ /dev/null
@@ -1,10 +0,0 @@
-; RUN: llc < %s | FileCheck %s
-target triple = "thumbv7-apple-darwin10.0.0"
-
-; CHECK: align 3
-@.v = private unnamed_addr constant <4 x i32> <i32 1, i32 2, i32 3, i32 4>, align 8
-; CHECK: align 4
-@.strA = private unnamed_addr constant [4 x i64] zeroinitializer
-; CHECK-NOT: align
-@.strB = private unnamed_addr constant [4 x i8] c"foo\00", align 1
-@.strC = private unnamed_addr constant [4 x i8] c"baz\00", section "__TEXT,__cstring,cstring_literals", align 1