Object/COFF: Change type from a struct to a uint16_t. The struct would be
authorMichael J. Spencer <bigcheesegs@gmail.com>
Tue, 18 Oct 2011 19:31:59 +0000 (19:31 +0000)
committerMichael J. Spencer <bigcheesegs@gmail.com>
Tue, 18 Oct 2011 19:31:59 +0000 (19:31 +0000)
commit5e3a082c797f0214d44858b05a13543872dfd413
treebea812217c9676ce4a9201dd13d917e6ca443976
parent8c39c9647da4f375e4f89bd417d86f5c3ff6dfa5
Object/COFF: Change type from a struct to a uint16_t. The struct would be
incorrect for bigendian systems.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142403 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Object/COFF.h
lib/Object/COFFObjectFile.cpp