Make INSTRUCTION_SPECIFIER_FIELDS match X86DisassemblerCommon.h. Also remove trailing whitespace.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161029 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Craig Topper 2012-07-31 05:18:26 +00:00
parent a40476f9cc
commit c60685e320

View File

@ -74,8 +74,7 @@
#ifndef X86DISASSEMBLER_H #ifndef X86DISASSEMBLER_H
#define X86DISASSEMBLER_H #define X86DISASSEMBLER_H
#define INSTRUCTION_SPECIFIER_FIELDS \ #define INSTRUCTION_SPECIFIER_FIELDS
const char* name;
#define INSTRUCTION_IDS \ #define INSTRUCTION_IDS \
unsigned instructionIDs; unsigned instructionIDs;