blob: 1187a374601efc886b792e90a402010bf8735eee [file] [log] [blame]
Dan Gohmanfce288f2009-09-09 00:09:15 +00001; RUN: llc < %s -march=c
Tanya Lattnercd0aa812004-11-06 21:40:51 +00002
Chris Lattnerb7f804c2002-08-31 00:24:54 +00003; This testcase fails because the C backend does not arrange to output the
4; contents of a structure type before it outputs the structure type itself.
5
Tanya Lattner53a66d12008-02-19 01:41:04 +00006@Y = external global { { i32 } } ; <{ { i32 } }*> [#uses=0]
7@X = external global { float } ; <{ float }*> [#uses=0]
8