From 39dfc2cb9c1fb53c8699cff033f6fa6c5b618e95 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Wed, 27 Aug 2008 14:48:06 +0000 Subject: Diagnose uses of unsized types with the byval attribute in the verifier. See PR2711 for details. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55414 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Verifier/byval-2.ll | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/Verifier') diff --git a/test/Verifier/byval-2.ll b/test/Verifier/byval-2.ll index d7bfedf..1d03715 100644 --- a/test/Verifier/byval-2.ll +++ b/test/Verifier/byval-2.ll @@ -1,3 +1,4 @@ -; RUN: llvm-as %s -o /dev/null -f +; RUN: not llvm-as < %s >& /dev/null +; PR2711 %s = type opaque declare void @h(%s* byval %num) -- cgit v1.1