Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
[oota-llvm.git] / include / llvm / Transforms / Utils / IntegerDivision.h
index 5ba6685fdc69c81ea2513669788f4e5a817886c5..0ec3321b9cf8bcfa112a8e160dc2bc72f35959cd 100644 (file)
@@ -68,6 +68,6 @@ namespace llvm {
   /// @brief Replace Rem with generated code.
   bool expandDivisionUpTo64Bits(BinaryOperator *Div);
 
-} // namespace llvm
+} // End llvm namespace
 
 #endif