git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120443 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jim Grosbach 2010-11-30 19:00:13 +00:00
parent 2e812e1635
commit 37cc2f121d

View File

@ -1543,8 +1543,9 @@ protected:
TARGET_NAME_t TargetName;
};
bool ARMDecoderEmitter::ARMDEBackend::populateInstruction(
const CodeGenInstruction &CGI, TARGET_NAME_t TN) {
bool ARMDecoderEmitter::
ARMDEBackend::populateInstruction(const CodeGenInstruction &CGI,
TARGET_NAME_t TN) {
const Record &Def = *CGI.TheDef;
const StringRef Name = Def.getName();
uint8_t Form = getByteField(Def, "Form");