mirror of
https://github.com/intel/llvm.git
synced 2026-01-29 04:16:38 +08:00
da7c8ab5a661b7cf775f1aabe05faee4ef91f7e9
Remove use of assignment to multiple struct fields using .fieldname syntax. This doesn't work with gcc 4.8 and earlier. Replace with elementwise field assignments. Patch by John Mellor-Crummey Differential Revision: http://reviews.llvm.org/D10798 llvm-svn: 240972
…
…
Languages
LLVM
41.5%
C++
31.7%
C
13%
Assembly
9.1%
MLIR
1.5%
Other
2.8%