[PATCH] D47338: [ThinLTO/CFI] Minor comment clarification
Teresa Johnson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 24 10:43:28 PDT 2018
tejohnson created this revision.
tejohnson added a reviewer: pcc.
Herald added a subscriber: inglorion.
Suggested by Duncan on the review thread for https://reviews.llvm.org/D46699.
Repository:
rL LLVM
https://reviews.llvm.org/D47338
Files:
include/llvm/IR/ModuleSummaryIndex.h
Index: include/llvm/IR/ModuleSummaryIndex.h
===================================================================
--- include/llvm/IR/ModuleSummaryIndex.h
+++ 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.148444.patch
Type: text/x-patch
Size: 701 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180524/3064bc03/attachment.bin>
More information about the llvm-commits
mailing list