summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/CBackend/2002-08-30-StructureOrderingTest.ll
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2008-02-19 01:41:04 +0000
committerTanya Lattner <tonic@nondot.org>2008-02-19 01:41:04 +0000
commit3f04773f7884c1c7b8b89dddfb177b1f41f54c56 (patch)
tree8c66730e481d8ce70c0a8e082bfdbadc0badcc4b /llvm/test/CodeGen/CBackend/2002-08-30-StructureOrderingTest.ll
parent22011e90c992533411d2efc17f5efd365a636117 (diff)
downloadbcm5719-llvm-3f04773f7884c1c7b8b89dddfb177b1f41f54c56.tar.gz
bcm5719-llvm-3f04773f7884c1c7b8b89dddfb177b1f41f54c56.zip
Remove llvm-upgrade and update tests.
llvm-svn: 47296
Diffstat (limited to 'llvm/test/CodeGen/CBackend/2002-08-30-StructureOrderingTest.ll')
-rw-r--r--llvm/test/CodeGen/CBackend/2002-08-30-StructureOrderingTest.ll7
1 files changed, 4 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/CBackend/2002-08-30-StructureOrderingTest.ll b/llvm/test/CodeGen/CBackend/2002-08-30-StructureOrderingTest.ll
index d8477d5cb83..e04890519d9 100644
--- a/llvm/test/CodeGen/CBackend/2002-08-30-StructureOrderingTest.ll
+++ b/llvm/test/CodeGen/CBackend/2002-08-30-StructureOrderingTest.ll
@@ -1,7 +1,8 @@
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=c
+; RUN: llvm-as < %s | llc -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 = uninitialized global { {int } }
-%X = uninitialized global { float }
+@Y = external global { { i32 } } ; <{ { i32 } }*> [#uses=0]
+@X = external global { float } ; <{ float }*> [#uses=0]
+
OpenPOWER on IntegriCloud