From: Justin Bogner Date: Fri, 18 Apr 2014 21:51:09 +0000 (+0000) Subject: [Cleanup] Remove a trailing whitespace X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c214a6c21ea6fb4367e54391fafc44911680d9e5;p=clang [Cleanup] Remove a trailing whitespace git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@206657 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CodeGenPGO.cpp b/lib/CodeGen/CodeGenPGO.cpp index d3d89e588a..28e9c0b046 100644 --- a/lib/CodeGen/CodeGenPGO.cpp +++ b/lib/CodeGen/CodeGenPGO.cpp @@ -487,7 +487,7 @@ const unsigned PGOHash::TooBig; /// The map of statements to count values. llvm::DenseMap &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;