r206657 - [Cleanup] Remove a trailing whitespace

Justin Bogner mail at justinbogner.com
Fri Apr 18 14:51:09 PDT 2014


Author: bogner
Date: Fri Apr 18 16:51:09 2014
New Revision: 206657

URL: http://llvm.org/viewvc/llvm-project?rev=206657&view=rev
Log:
[Cleanup] Remove a trailing whitespace

Modified:
    cfe/trunk/lib/CodeGen/CodeGenPGO.cpp

Modified: cfe/trunk/lib/CodeGen/CodeGenPGO.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CodeGenPGO.cpp?rev=206657&r1=206656&r2=206657&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CodeGenPGO.cpp (original)
+++ cfe/trunk/lib/CodeGen/CodeGenPGO.cpp Fri Apr 18 16:51:09 2014
@@ -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;





More information about the cfe-commits mailing list