From fc83c1105c698c343a11e238ba6b93464fe8c5df Mon Sep 17 00:00:00 2001 From: Justin Bogner Date: Fri, 18 Apr 2014 21:51:09 +0000 Subject: [PATCH] [Cleanup] Remove a trailing whitespace llvm-svn: 206657 --- clang/lib/CodeGen/CodeGenPGO.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/lib/CodeGen/CodeGenPGO.cpp b/clang/lib/CodeGen/CodeGenPGO.cpp index d3d89e588a0d..28e9c0b046fe 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 &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;