[Cleanup] Remove a trailing whitespace

llvm-svn: 206657
This commit is contained in:
Justin Bogner 2014-04-18 21:51:09 +00:00
parent b7aa26303b
commit fc83c1105c
1 changed files with 1 additions and 1 deletions

View File

@ -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;