aboutsummaryrefslogtreecommitdiff
path: root/test/Assembler/2003-06-30-RecursiveTypeProblem.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2011-07-09 16:55:16 +0000
committerChris Lattner <sabre@nondot.org>2011-07-09 16:55:16 +0000
commitca5470c99d3f5d3b8c27c9bbbfe42a04f26ade5c (patch)
tree2200c76a3bad7b86819e4f44ea1baede2f8f0501 /test/Assembler/2003-06-30-RecursiveTypeProblem.ll
parent5fe319b3bd64499adb03460965f7854653880d73 (diff)
remove some crufy old tests that aren't adding much value
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134819 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Assembler/2003-06-30-RecursiveTypeProblem.ll')
-rw-r--r--test/Assembler/2003-06-30-RecursiveTypeProblem.ll3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/Assembler/2003-06-30-RecursiveTypeProblem.ll b/test/Assembler/2003-06-30-RecursiveTypeProblem.ll
deleted file mode 100644
index 5db31140a7..0000000000
--- a/test/Assembler/2003-06-30-RecursiveTypeProblem.ll
+++ /dev/null
@@ -1,3 +0,0 @@
-; RUN: llvm-as %s -o /dev/null
-
-%MidFnTy = type void (%MidFnTy*)