mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-30 15:45:26 +00:00
7ca08571f5
llvm-svn: 6253
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 {} {}
|