aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/SystemZ/vec-args-error-02.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/SystemZ/vec-args-error-02.ll')
-rw-r--r--test/CodeGen/SystemZ/vec-args-error-02.ll9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/CodeGen/SystemZ/vec-args-error-02.ll b/test/CodeGen/SystemZ/vec-args-error-02.ll
deleted file mode 100644
index a5ae1102a748..000000000000
--- a/test/CodeGen/SystemZ/vec-args-error-02.ll
+++ /dev/null
@@ -1,9 +0,0 @@
-; Verify that we detect unsupported single-element vector types.
-
-; RUN: not llc < %s -mtriple=s390x-linux-gnu -mcpu=z13 2>&1 | FileCheck %s
-
-define <1 x i128> @foo() {
- ret <1 x i128><i128 0>
-}
-
-; CHECK: LLVM ERROR: Unsupported vector argument or return type