Add a missing backslash to my previous commit

llvm-svn: 277809
This commit is contained in:
John Brawn 2016-08-05 11:17:43 +00:00
parent b37658fd3f
commit cf382f20f6

View File

@ -152,7 +152,7 @@ namespace llvm {
} \ } \
template REGISTRY_CLASS::node *Registry<REGISTRY_CLASS::type>::Head; \ template REGISTRY_CLASS::node *Registry<REGISTRY_CLASS::type>::Head; \
template REGISTRY_CLASS::node *Registry<REGISTRY_CLASS::type>::Tail; \ template REGISTRY_CLASS::node *Registry<REGISTRY_CLASS::type>::Tail; \
template template \
void Registry<REGISTRY_CLASS::type>::add_node(REGISTRY_CLASS::node*); \ void Registry<REGISTRY_CLASS::type>::add_node(REGISTRY_CLASS::node*); \
template REGISTRY_CLASS::iterator Registry<REGISTRY_CLASS::type>::begin(); \ template REGISTRY_CLASS::iterator Registry<REGISTRY_CLASS::type>::begin(); \
} }