[llvm] r231059 - Switch up whitespace with better whitespace.

Nick Lewycky nicholas at mxc.ca
Mon Mar 2 23:59:45 PST 2015


Author: nicholas
Date: Tue Mar  3 01:59:45 2015
New Revision: 231059

URL: http://llvm.org/viewvc/llvm-project?rev=231059&view=rev
Log:
Switch up whitespace with better whitespace.

Modified:
    llvm/trunk/utils/TableGen/CodeGenRegisters.h

Modified: llvm/trunk/utils/TableGen/CodeGenRegisters.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/TableGen/CodeGenRegisters.h?rev=231059&r1=231058&r2=231059&view=diff
==============================================================================
--- llvm/trunk/utils/TableGen/CodeGenRegisters.h (original)
+++ llvm/trunk/utils/TableGen/CodeGenRegisters.h Tue Mar  3 01:59:45 2015
@@ -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.






More information about the llvm-commits mailing list