Add a missing backslash to my previous commit
authorJohn Brawn <john.brawn@arm.com>
Fri, 5 Aug 2016 11:17:43 +0000 (11:17 +0000)
committerJohn 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

index 9557f56..5d08629 100644 (file)
@@ -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(); \
   }