mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-12 22:28:22 +00:00
5 lines
159 B
LLVM
5 lines
159 B
LLVM
|
; The old C front-end never generated empty structures, now the new one
|
||
|
; can. For some reason we never handled them in the parser. Wierd.
|
||
|
|
||
|
%X = global {} {}
|