diff options
Diffstat (limited to 'include/llvm/Support/ThreadLocal.h')
-rw-r--r-- | include/llvm/Support/ThreadLocal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/Support/ThreadLocal.h b/include/llvm/Support/ThreadLocal.h index db61f5c17b96..427a67e2a96d 100644 --- a/include/llvm/Support/ThreadLocal.h +++ b/include/llvm/Support/ThreadLocal.h @@ -57,7 +57,7 @@ namespace llvm { // erase - Removes the pointer associated with the current thread. void erase() { removeInstance(); } }; - } // namespace sys -} // namespace llvm + } +} #endif |