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
This commit is contained in:
Duncan Sands 2008-01-14 14:57:30 +00:00
parent 559ad3c2c2
commit 02e30d70e2

View File

@ -1,2 +0,0 @@
; RUN: not llvm-as < %s -o /dev/null -f
declare void @h(i32 byval %num)