From 2bb359e42192c0a6e75e75e3aebb603b73ec4ccf Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 31 Aug 2002 00:24:54 +0000 Subject: [PATCH] New testcase llvm-svn: 3556 --- .../Regression/CBackend/2002-08-30-StructureOrderingTest.ll | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 llvm/test/Regression/CBackend/2002-08-30-StructureOrderingTest.ll diff --git a/llvm/test/Regression/CBackend/2002-08-30-StructureOrderingTest.ll b/llvm/test/Regression/CBackend/2002-08-30-StructureOrderingTest.ll new file mode 100644 index 000000000000..36b9f34c9c56 --- /dev/null +++ b/llvm/test/Regression/CBackend/2002-08-30-StructureOrderingTest.ll @@ -0,0 +1,5 @@ +; 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 = uninitialized global { {int } } +%X = uninitialized global { float }