Tanya Lattner | cd0aa81 | 2004-11-06 21:40:51 +0000 | [diff] [blame^] | 1 | ; RUN: llvm-as < %s | llc -march=c |
2 | |||||
Chris Lattner | b7f804c | 2002-08-31 00:24:54 +0000 | [diff] [blame] | 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 | |||||
6 | %Y = uninitialized global { {int } } | ||||
7 | %X = uninitialized global { float } |