Tidy up.
authorJim Grosbach <grosbach@apple.com>
Tue, 30 Nov 2010 19:00:13 +0000 (19:00 +0000)
committerJim Grosbach <grosbach@apple.com>
Tue, 30 Nov 2010 19:00:13 +0000 (19:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120443 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/ARMDecoderEmitter.cpp

index 3273be8aa3b59997999499e222bc79eee8e102f2..78f1256cb5bda3cb28b2a17a1455867c5c2d34e1 100644 (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");