summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/alias-error.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/alias-error.ll')
-rw-r--r--test/CodeGen/X86/alias-error.ll5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/CodeGen/X86/alias-error.ll b/test/CodeGen/X86/alias-error.ll
deleted file mode 100644
index 8f01dcff2bf9..000000000000
--- a/test/CodeGen/X86/alias-error.ll
+++ /dev/null
@@ -1,5 +0,0 @@
-; RUN: not llc -mtriple=i686-pc-linux-gnu %s -o /dev/null 2>&1 | FileCheck %s
-
-@a = external global i32
-@b = alias i32* @a
-; CHECK: b: Target doesn't support aliases to declarations