[PATCH] D47338: [ThinLTO/CFI] Minor comment clarification

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 24 10:46:35 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL333212: [ThinLTO/CFI] Minor comment clarification (authored by tejohnson, committed by ).

Repository:
  rL LLVM

https://reviews.llvm.org/D47338

Files:
  llvm/trunk/include/llvm/IR/ModuleSummaryIndex.h


Index: llvm/trunk/include/llvm/IR/ModuleSummaryIndex.h
===================================================================
--- llvm/trunk/include/llvm/IR/ModuleSummaryIndex.h
+++ llvm/trunk/include/llvm/IR/ModuleSummaryIndex.h
@@ -472,7 +472,8 @@
   /// relatively uncommon we only allocate space for them if necessary.
   struct TypeIdInfo {
     /// List of type identifiers used by this function in llvm.type.test
-    /// intrinsics other than by an llvm.assume intrinsic, represented as GUIDs.
+    /// intrinsics referenced by something other than an llvm.assume intrinsic,
+    /// represented as GUIDs.
     std::vector<GlobalValue::GUID> TypeTests;
 
     /// List of virtual calls made by this function using (respectively)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47338.148446.patch
Type: text/x-patch
Size: 734 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180524/daeb015e/attachment.bin>


More information about the llvm-commits mailing list