summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/lib/CodeGen/CodeGenPGO.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenPGO.cpp b/clang/lib/CodeGen/CodeGenPGO.cpp
index d3d89e588a0..28e9c0b046f 100644
--- a/clang/lib/CodeGen/CodeGenPGO.cpp
+++ b/clang/lib/CodeGen/CodeGenPGO.cpp
@@ -487,7 +487,7 @@ const unsigned PGOHash::TooBig;
/// The map of statements to count values.
llvm::DenseMap<const Stmt *, uint64_t> &CountMap;
- /// BreakContinueStack - Keep counts of breaks and continues inside loops.
+ /// BreakContinueStack - Keep counts of breaks and continues inside loops.
struct BreakContinue {
uint64_t BreakCount;
uint64_t ContinueCount;
OpenPOWER on IntegriCloud