[llvm] r277809 - Add a missing backslash to my previous commit

John Brawn via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 5 04:17:44 PDT 2016


Author: john.brawn
Date: Fri Aug  5 06:17:43 2016
New Revision: 277809

URL: http://llvm.org/viewvc/llvm-project?rev=277809&view=rev
Log:
Add a missing backslash to my previous commit

Modified:
    llvm/trunk/include/llvm/Support/Registry.h

Modified: llvm/trunk/include/llvm/Support/Registry.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/Registry.h?rev=277809&r1=277808&r2=277809&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/Registry.h (original)
+++ llvm/trunk/include/llvm/Support/Registry.h Fri Aug  5 06:17:43 2016
@@ -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(); \
   }




More information about the llvm-commits mailing list