[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,11 +14,10 @@ namespace elf {
/// \brief HexagonInstruction which is used to store various values
typedef struct {
const char *insnSyntax;
uint32_t insnMask;
uint32_t insnCmpMask;
uint32_t insnBitMask;
bool isDuplex;
uint32_t insnMask;
uint32_t insnCmpMask;
uint32_t insnBitMask;
bool isDuplex;
} Instruction;
#include "HexagonV4Encodings.h"

File diff suppressed because it is too large Load Diff