projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2214c94
)
Reformat.
author
David Greene
<greened@obbligato.org>
Wed, 8 Jul 2009 21:57:46 +0000
(21:57 +0000)
committer
David 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
patch
|
blob
|
history
diff --git
a/include/llvm/CodeGen/RegAllocRegistry.h
b/include/llvm/CodeGen/RegAllocRegistry.h
index a08e42a5d34bbb7f506d21141af0a5ad47d7e201..100e357654fbc89bbdc02af5354f5dab02ec0b8b 100644
(file)
--- a/
include/llvm/CodeGen/RegAllocRegistry.h
+++ b/
include/llvm/CodeGen/RegAllocRegistry.h
@@
-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); }