summaryrefslogtreecommitdiffstats
path: root/llvm/test/Verifier/gcroot-alloca.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Verifier/gcroot-alloca.ll')
-rw-r--r--llvm/test/Verifier/gcroot-alloca.ll14
1 files changed, 0 insertions, 14 deletions
diff --git a/llvm/test/Verifier/gcroot-alloca.ll b/llvm/test/Verifier/gcroot-alloca.ll
deleted file mode 100644
index 775bde78250..00000000000
--- a/llvm/test/Verifier/gcroot-alloca.ll
+++ /dev/null
@@ -1,14 +0,0 @@
-; RUN: not llvm-as < %s > /dev/null 2>&1
-; PR1633
-
-%meta = type { i8* }
-%obj = type { %meta* }
-
-declare void @llvm.gcroot(%obj**, %meta*)
-
-define void @f() {
-entry:
- call void @llvm.gcroot(%obj** null, %meta* null)
-
- ret void
-}
OpenPOWER on IntegriCloud