[llvm-commits] [llvm] r75058 - /llvm/trunk/include/llvm/CodeGen/RegAllocRegistry.h
David Greene
greened at obbligato.org
Wed Jul 8 14:57:47 PDT 2009
Author: greened
Date: Wed Jul 8 16:57:46 2009
New Revision: 75058
URL: http://llvm.org/viewvc/llvm-project?rev=75058&view=rev
Log:
Reformat.
Modified:
llvm/trunk/include/llvm/CodeGen/RegAllocRegistry.h
Modified: llvm/trunk/include/llvm/CodeGen/RegAllocRegistry.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/RegAllocRegistry.h?rev=75058&r1=75057&r2=75058&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/RegAllocRegistry.h (original)
+++ llvm/trunk/include/llvm/CodeGen/RegAllocRegistry.h Wed Jul 8 16:57:46 2009
@@ -34,7 +34,9 @@
RegisterRegAlloc(const char *N, const char *D, FunctionPassCtor C)
: MachinePassRegistryNode(N, D, (MachinePassCtor)C)
- { Registry.Add(this); }
+ {
+ Registry.Add(this);
+ }
~RegisterRegAlloc() { Registry.Remove(this); }
More information about the llvm-commits
mailing list