summaryrefslogtreecommitdiff
path: root/test/Verifier
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2011-07-09 16:57:10 +0000
committerChris Lattner <sabre@nondot.org>2011-07-09 16:57:10 +0000
commit5445ecdf6964bc270bb89d4a16a712e425b4a23c (patch)
tree07313e00d21889a9b3316d44b18148b9207fa438 /test/Verifier
parentca5470c99d3f5d3b8c27c9bbbfe42a04f26ade5c (diff)
more tests not making the jump into the brave new world.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134820 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Verifier')
-rw-r--r--test/Verifier/byval-2.ll4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/Verifier/byval-2.ll b/test/Verifier/byval-2.ll
deleted file mode 100644
index 1d03715bc32..00000000000
--- a/test/Verifier/byval-2.ll
+++ /dev/null
@@ -1,4 +0,0 @@
-; RUN: not llvm-as < %s >& /dev/null
-; PR2711
- %s = type opaque
-declare void @h(%s* byval %num)