From 917a5d94253cead6e6e6279d92b1191ebd90d602 Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Sun, 16 Mar 2008 07:49:49 +0000 Subject: [PATCH] Functions are allowed to return structures. (Note that this test never failed.) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48416 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Verifier/2003-11-21-FunctionReturningStructure.ll | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 test/Verifier/2003-11-21-FunctionReturningStructure.ll diff --git a/test/Verifier/2003-11-21-FunctionReturningStructure.ll b/test/Verifier/2003-11-21-FunctionReturningStructure.ll deleted file mode 100644 index e1d3ba82f7f..00000000000 --- a/test/Verifier/2003-11-21-FunctionReturningStructure.ll +++ /dev/null @@ -1,7 +0,0 @@ -; RUN: not llvm-as -f %s -o /dev/null - - -%T = type { int } - -declare %T %test() -