Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / include / llvm / IR / Instructions.h
index 218537d9e006055287156e8c9bc0c66e5685d199..369b7db0d2953bef9b015b9f00491f55217b60c8 100644 (file)
@@ -3983,6 +3983,6 @@ public:
   }
 };
 
-} // End llvm namespace
+} // namespace llvm
 
 #endif