aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/XCore/alignment.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/XCore/alignment.ll')
-rw-r--r--test/CodeGen/XCore/alignment.ll9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/CodeGen/XCore/alignment.ll b/test/CodeGen/XCore/alignment.ll
deleted file mode 100644
index 28bdf3b74208..000000000000
--- a/test/CodeGen/XCore/alignment.ll
+++ /dev/null
@@ -1,9 +0,0 @@
-; RUN: not llc < %s -march=xcore 2>&1 | FileCheck %s
-
-; CHECK: emitPrologue unsupported alignment: 8
-define void @f() nounwind {
-entry:
- %BadAlignment = alloca i64, align 8
- ret void
-}
-