Trailing whitespace.
authorJim Grosbach <grosbach@apple.com>
Thu, 27 Oct 2011 17:44:01 +0000 (17:44 +0000)
committerJim Grosbach <grosbach@apple.com>
Thu, 27 Oct 2011 17:44:01 +0000 (17:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143113 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/MC/MCRegisterInfo.h

index ada5ae80af0cc37145b139271e9f00ad75c72601..6f314aa9a7537a4ccfe410a3b5a2cfe170dd51f0 100644 (file)
@@ -169,7 +169,7 @@ public:
     else
       L2DwarfRegs[LLVMReg] = DwarfReg;
   }
-    
+
   /// mapDwarfRegToLLVMReg - Used to initialize Dwarf register to LLVM
   /// register number mapping. Called by TableGen auto-generated routines.
   /// *DO NOT USE*.
@@ -179,7 +179,7 @@ public:
     else
       Dwarf2LRegs[DwarfReg] = LLVMReg;
   }
-     
+
   /// mapLLVMRegToSEHReg - Used to initialize LLVM register to SEH register
   /// number mapping. By default the SEH register number is just the same
   /// as the LLVM register number.
@@ -301,7 +301,7 @@ public:
     return Classes[i];
   }
 };
+
 } // End llvm namespace
 
 #endif