[llvm] ca83215 - Fix comment typos. NFC.
Kazu Hirata via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 21 16:14:43 PDT 2020
Author: Kazu Hirata
Date: 2020-09-21T16:12:56-07:00
New Revision: ca8321574d62cdccc85cf222ae43e0b48c3dfe96
URL: https://github.com/llvm/llvm-project/commit/ca8321574d62cdccc85cf222ae43e0b48c3dfe96
DIFF: https://github.com/llvm/llvm-project/commit/ca8321574d62cdccc85cf222ae43e0b48c3dfe96.diff
LOG: Fix comment typos. NFC.
Added:
Modified:
llvm/include/llvm/Analysis/BlockFrequencyInfoImpl.h
llvm/test/Analysis/BlockFrequencyInfo/irreducible.ll
Removed:
################################################################################
diff --git a/llvm/include/llvm/Analysis/BlockFrequencyInfoImpl.h b/llvm/include/llvm/Analysis/BlockFrequencyInfoImpl.h
index 868da7a64f68..d70914bc13be 100644
--- a/llvm/include/llvm/Analysis/BlockFrequencyInfoImpl.h
+++ b/llvm/include/llvm/Analysis/BlockFrequencyInfoImpl.h
@@ -706,7 +706,7 @@ void IrreducibleGraph::addEdges(const BlockNode &Node,
///
/// In addition to loops, this algorithm has limited support for irreducible
/// SCCs, which are SCCs with multiple entry blocks. Irreducible SCCs are
-/// discovered on they fly, and modelled as loops with multiple headers.
+/// discovered on the fly, and modelled as loops with multiple headers.
///
/// The headers of irreducible sub-SCCs consist of its entry blocks and all
/// nodes that are targets of a backedge within it (excluding backedges within
diff --git a/llvm/test/Analysis/BlockFrequencyInfo/irreducible.ll b/llvm/test/Analysis/BlockFrequencyInfo/irreducible.ll
index 83b0056636cf..410276c8249e 100644
--- a/llvm/test/Analysis/BlockFrequencyInfo/irreducible.ll
+++ b/llvm/test/Analysis/BlockFrequencyInfo/irreducible.ll
@@ -44,7 +44,7 @@ return:
;
; In addition to loops, -block-freq has limited support for irreducible SCCs,
; which are SCCs with multiple entry blocks. Irreducible SCCs are discovered
-; on they fly, and modelled as loops with multiple headers.
+; on the fly, and modelled as loops with multiple headers.
;
; The headers of irreducible sub-SCCs consist of its entry blocks and all nodes
; that are targets of a backedge within it (excluding backedges within true
More information about the llvm-commits
mailing list