forked from OSchip/llvm-project
[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:
parent
26df8c48da
commit
9f43669c99
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue