diff options
Diffstat (limited to 'include/llvm/Support/Registry.h')
| -rw-r--r-- | include/llvm/Support/Registry.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/Registry.h b/include/llvm/Support/Registry.h index 7eb1090a393be..95c4e96f7f299 100644 --- a/include/llvm/Support/Registry.h +++ b/include/llvm/Support/Registry.h @@ -228,6 +228,6 @@ namespace llvm {    template <typename T, typename U>    typename Registry<T,U>::listener *Registry<T,U>::ListenerTail; -} // namespace llvm +}  #endif  | 
