diff options
Diffstat (limited to 'include/llvm/IR/AssemblyAnnotationWriter.h')
-rw-r--r-- | include/llvm/IR/AssemblyAnnotationWriter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/IR/AssemblyAnnotationWriter.h b/include/llvm/IR/AssemblyAnnotationWriter.h index 19e32a2dcdcc..1ae30188770c 100644 --- a/include/llvm/IR/AssemblyAnnotationWriter.h +++ b/include/llvm/IR/AssemblyAnnotationWriter.h @@ -58,6 +58,6 @@ public: virtual void printInfoComment(const Value &, formatted_raw_ostream &) {} }; -} // End llvm namespace +} // namespace llvm #endif |