Tanya Lattner | f28e0ce | 2008-02-19 01:41:04 +0000 | [diff] [blame^] | 1 | ; RUN: llvm-as < %s | llc -march=c |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 2 | |
3 | ; 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 Lattner | f28e0ce | 2008-02-19 01:41:04 +0000 | [diff] [blame^] | 6 | @Y = external global { { i32 } } ; <{ { i32 } }*> [#uses=0] |
7 | @X = external global { float } ; <{ float }*> [#uses=0] | ||||
8 |