Switch up whitespace with better whitespace.
[oota-llvm.git] / utils / TableGen / CodeGenRegisters.h
index e6e85b7f0ebd2c9dae02d30823a0d2180f250bdd..73b527926bd9276cb8a1ac9e90262e320de79f22 100644 (file)
@@ -75,8 +75,8 @@ namespace llvm {
     std::string getQualifiedName() const;
 
     // Map of composite subreg indices.
-    typedef std::map<CodeGenSubRegIndex *, CodeGenSubRegIndex *,
-                     deref<llvm::less>> CompMap;
+    typedef std::map<CodeGenSubRegIndex *, CodeGenSubRegIndex *,
+                     deref<llvm::less>> CompMap;
 
     // Returns the subreg index that results from composing this with Idx.
     // Returns NULL if this and Idx don't compose.