Add a C++11 ThreadPool implementation in LLVM
[oota-llvm.git] / include / llvm / Pass.h
index ccd6f2728230ab1e54f35a11ddc593172a3e5b58..3c4d838a465268f42e82a989e84d29bee35140e5 100644 (file)
@@ -369,7 +369,7 @@ protected:
 /// @brief This is the storage for the -time-passes option.
 extern bool TimePassesIsEnabled;
 
-} // namespace llvm
+} // End llvm namespace
 
 // Include support files that contain important APIs commonly used by Passes,
 // but that we want to separate out to make it easier to read the header files.