Reformat.

llvm-svn: 75058
This commit is contained in:
David Greene 2009-07-08 21:57:46 +00:00
parent 23e55694c5
commit c78823a40d

View 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); }