[PATCH] D45895: Update stale comment in AsmWriter.cpp

Vlad Tsyrklevich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 26 10:38:20 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL330962: Update stale comment in AsmWriter.cpp (authored by vlad.tsyrklevich, committed by ).

Repository:
  rL LLVM

https://reviews.llvm.org/D45895

Files:
  llvm/trunk/lib/IR/AsmWriter.cpp


Index: llvm/trunk/lib/IR/AsmWriter.cpp
===================================================================
--- llvm/trunk/lib/IR/AsmWriter.cpp
+++ llvm/trunk/lib/IR/AsmWriter.cpp
@@ -7,7 +7,9 @@
 //
 //===----------------------------------------------------------------------===//
 //
-// This library implements the functionality defined in llvm/IR/Writer.h
+// This library implements `print` family of functions in classes like
+// Module, Function, Value, etc. In-memory representation of those classes is
+// converted to IR strings.
 //
 // Note that these routines must be extremely tolerant of various errors in the
 // LLVM code, because it can be used for debugging transformations.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45895.144156.patch
Type: text/x-patch
Size: 693 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180426/42110804/attachment.bin>


More information about the llvm-commits mailing list