This test is now the same as byval-1.ll, so remove it.
authorDuncan Sands <baldrick@free.fr>
Mon, 14 Jan 2008 14:57:30 +0000 (14:57 +0000)
committerDuncan Sands <baldrick@free.fr>
Mon, 14 Jan 2008 14:57:30 +0000 (14:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45960 91177308-0d34-0410-b5e6-96231b3b80d8

test/Verifier/byval-3.ll [deleted file]

diff --git a/test/Verifier/byval-3.ll b/test/Verifier/byval-3.ll
deleted file mode 100644 (file)
index 9c2cb98..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-; RUN: not llvm-as < %s -o /dev/null -f
-declare void @h(i32 byval %num)