summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Brawn <john.brawn@arm.com>2016-08-05 11:17:43 +0000
committerJohn Brawn <john.brawn@arm.com>2016-08-05 11:17:43 +0000
commit75127944b6faa99a5ae216d6ba4c6f82c9f84a13 (patch)
tree8cf20a61d1b9afeed94c90b730328c1a46fc0a90
parent6f7b0cd530de71e5c47ae237346a1d7182b332ea (diff)
downloadbcm5719-llvm-75127944b6faa99a5ae216d6ba4c6f82c9f84a13.tar.gz
bcm5719-llvm-75127944b6faa99a5ae216d6ba4c6f82c9f84a13.zip
Add a missing backslash to my previous commit
llvm-svn: 277809
-rw-r--r--llvm/include/llvm/Support/Registry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Support/Registry.h b/llvm/include/llvm/Support/Registry.h
index 9557f56093b..5d08629749a 100644
--- 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(); \
}
OpenPOWER on IntegriCloud