COFF: reorder the table construction
authorSaleem Abdulrasool <compnerd@compnerd.org>
Wed, 10 Aug 2016 04:37:56 +0000 (04:37 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Wed, 10 Aug 2016 04:37:56 +0000 (04:37 +0000)
commit15f6f6cb971cb54c5e42d32d22a3dfaa6dd46553
tree417ee1f109f2c98d3d6c91b2e7e277f5c60506b1
parentb614148024c2b8f84f86fd78402a66bb49230d50
COFF: reorder the table construction

Reorder the table setup to mirror the indices corresponding to them.  This means
that the table values are filled out as per the enumeration ordering.  Doing so
makes it easier to identify a particular table.  NFC.

llvm-svn: 278199
lld/COFF/Writer.cpp