[ThinLTO/CFI] Minor comment clarification

Summary: Suggested by Duncan on the review thread for D46699.

Reviewers: pcc

Subscribers: inglorion, dexonsmith, llvm-commits

Differential Revision: https://reviews.llvm.org/D47338

llvm-svn: 333212
This commit is contained in:
Teresa Johnson 2018-05-24 17:42:25 +00:00
parent 26df8c48da
commit 9f43669c99
1 changed files with 2 additions and 1 deletions

View File

@ -472,7 +472,8 @@ private:
/// 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)