aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/CBackend/2002-08-30-StructureOrderingTest.ll
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2012-03-26 11:16:50 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2012-03-26 11:16:50 +0000
commitd792a27094e833c59c8dc2ab25a696ffa6f5dfc9 (patch)
treea1fe10bacd287034d36b184dd5ca7962dd4b0be9 /test/CodeGen/CBackend/2002-08-30-StructureOrderingTest.ll
parent72e84f51a68fac35074133b4dcc4b152d77f2636 (diff)
Remove stale CBackend tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153433 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/CBackend/2002-08-30-StructureOrderingTest.ll')
-rw-r--r--test/CodeGen/CBackend/2002-08-30-StructureOrderingTest.ll8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/CodeGen/CBackend/2002-08-30-StructureOrderingTest.ll b/test/CodeGen/CBackend/2002-08-30-StructureOrderingTest.ll
deleted file mode 100644
index 1187a37460..0000000000
--- a/test/CodeGen/CBackend/2002-08-30-StructureOrderingTest.ll
+++ /dev/null
@@ -1,8 +0,0 @@
-; RUN: llc < %s -march=c
-
-; This testcase fails because the C backend does not arrange to output the
-; contents of a structure type before it outputs the structure type itself.
-
-@Y = external global { { i32 } } ; <{ { i32 } }*> [#uses=0]
-@X = external global { float } ; <{ float }*> [#uses=0]
-