[llvm] Fix some typos. NFC.

Reviewers: mcrosier

Reviewed By: mcrosier

Subscribers: mcrosier, llvm-commits

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

llvm-svn: 313388
This commit is contained in:
Mandeep Singh Grang
2017-09-15 20:01:43 +00:00
parent df8598dcc4
commit 1be19e6f5b
4 changed files with 5 additions and 5 deletions

View File

@@ -3676,7 +3676,7 @@ void IndexBitcodeWriter::writeCombinedGlobalValueSummary() {
// 2) There is a static variable with the OriginalGUID identical
// to the GUID of the library function in 1);
// When this happens, the logic for SamplePGO kicks in and
// the static varible in 2) will be found, which needs to be
// the static variable in 2) will be found, which needs to be
// filtered out.
auto *GVSum = Index.getGlobalValueSummary(GUID, false);
if (GVSum &&