Functions are allowed to return structures. (Note that this test never failed.)
authorNick Lewycky <nicholas@mxc.ca>
Sun, 16 Mar 2008 07:49:49 +0000 (07:49 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sun, 16 Mar 2008 07:49:49 +0000 (07:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48416 91177308-0d34-0410-b5e6-96231b3b80d8

test/Verifier/2003-11-21-FunctionReturningStructure.ll [deleted file]

diff --git a/test/Verifier/2003-11-21-FunctionReturningStructure.ll b/test/Verifier/2003-11-21-FunctionReturningStructure.ll
deleted file mode 100644 (file)
index e1d3ba8..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-; RUN: not llvm-as -f %s -o /dev/null
-
-
-%T = type { int }
-
-declare %T %test()
-