projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f7b0cd
)
Add a missing backslash to my previous commit
author
John Brawn
<john.brawn@arm.com>
Fri, 5 Aug 2016 11:17:43 +0000
(11:17 +0000)
committer
John Brawn
<john.brawn@arm.com>
Fri, 5 Aug 2016 11:17:43 +0000
(11:17 +0000)
llvm-svn: 277809
llvm/include/llvm/Support/Registry.h
patch
|
blob
|
history
diff --git
a/llvm/include/llvm/Support/Registry.h
b/llvm/include/llvm/Support/Registry.h
index
9557f56
..
5d08629
100644
(file)
--- a/
llvm/include/llvm/Support/Registry.h
+++ b/
llvm/include/llvm/Support/Registry.h
@@
-152,7
+152,7
@@
namespace llvm {
} \
template REGISTRY_CLASS::node *Registry<REGISTRY_CLASS::type>::Head; \
template REGISTRY_CLASS::node *Registry<REGISTRY_CLASS::type>::Tail; \
- template
+ template
\
void Registry<REGISTRY_CLASS::type>::add_node(REGISTRY_CLASS::node*); \
template REGISTRY_CLASS::iterator Registry<REGISTRY_CLASS::type>::begin(); \
}