Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
[oota-llvm.git] / lib / Transforms / IPO / GlobalDCE.cpp
index 7983104dba946666fcf156799732c8cdeacae0cc..61d0ff94a3437341b6648fe8db9ca084306acf96 100644 (file)
@@ -57,7 +57,7 @@ namespace {
 
     bool RemoveUnusedGlobalValue(GlobalValue &GV);
   };
-} // namespace
+}
 
 /// Returns true if F contains only a single "ret" instruction.
 static bool isEmptyFunction(Function *F) {