Reformat.
authorDavid Greene <greened@obbligato.org>
Wed, 8 Jul 2009 21:57:46 +0000 (21:57 +0000)
committerDavid Greene <greened@obbligato.org>
Wed, 8 Jul 2009 21:57:46 +0000 (21:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75058 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/RegAllocRegistry.h

index a08e42a5d34bbb7f506d21141af0a5ad47d7e201..100e357654fbc89bbdc02af5354f5dab02ec0b8b 100644 (file)
@@ -34,7 +34,9 @@ public:
 
   RegisterRegAlloc(const char *N, const char *D, FunctionPassCtor C)
   : MachinePassRegistryNode(N, D, (MachinePassCtor)C)
-  { Registry.Add(this); }
+  { 
+     Registry.Add(this); 
+  }
   ~RegisterRegAlloc() { Registry.Remove(this); }