From: Duncan Sands Date: Mon, 14 Jan 2008 14:57:30 +0000 (+0000) Subject: This test is now the same as byval-1.ll, so remove it. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=02e30d70e2755e62815b9dcc2de3550489f454cf;p=oota-llvm.git This test is now the same as byval-1.ll, so remove it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45960 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Verifier/byval-3.ll b/test/Verifier/byval-3.ll deleted file mode 100644 index 9c2cb98451a..00000000000 --- a/test/Verifier/byval-3.ll +++ /dev/null @@ -1,2 +0,0 @@ -; RUN: not llvm-as < %s -o /dev/null -f -declare void @h(i32 byval %num)