diff options
author | Jim Grosbach <grosbach@apple.com> | 2010-11-30 19:00:13 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2010-11-30 19:00:13 +0000 |
commit | 37cc2f121dd7718c2f88c5d6ba99e5837fc7ca95 (patch) | |
tree | 8def52493ac8a20a7d17a6ff1b20abaedcb8afee /utils/TableGen/ARMDecoderEmitter.cpp | |
parent | 2e812e1635422d0ec71cb4bda3f4d654857913f1 (diff) |
Tidy up.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120443 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/ARMDecoderEmitter.cpp')
-rw-r--r-- | utils/TableGen/ARMDecoderEmitter.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/utils/TableGen/ARMDecoderEmitter.cpp b/utils/TableGen/ARMDecoderEmitter.cpp index 3273be8aa3..78f1256cb5 100644 --- a/utils/TableGen/ARMDecoderEmitter.cpp +++ b/utils/TableGen/ARMDecoderEmitter.cpp @@ -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"); |