mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-23 12:08:25 +00:00
Reformat.
llvm-svn: 75058
This commit is contained in:
parent
23e55694c5
commit
c78823a40d
@ -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); }
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user