[PATCH] Improve OMPT code: remove use of assignment to multiple struct fields using .fieldname

John Mellor-Crummey johnmc at rice.edu
Mon Jun 29 01:32:55 PDT 2015


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.


REPOSITORY
  rL LLVM

http://reviews.llvm.org/D10798

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list