[lld][ELF][Hexagon] Cleanup unused data

Cleanup structure members that are not being used.

Also clang-format it.

llvm-svn: 191038
This commit is contained in:
Shankar Easwaran 2013-09-19 21:27:21 +00:00
parent 3a7ca6ec87
commit a2f881e275
2 changed files with 595 additions and 3551 deletions

View File

@ -14,7 +14,6 @@ namespace elf {
/// \brief HexagonInstruction which is used to store various values /// \brief HexagonInstruction which is used to store various values
typedef struct { typedef struct {
const char *insnSyntax;
uint32_t insnMask; uint32_t insnMask;
uint32_t insnCmpMask; uint32_t insnCmpMask;
uint32_t insnBitMask; uint32_t insnBitMask;

File diff suppressed because it is too large Load Diff