[Cleanup] Remove a trailing whitespace
llvm-svn: 206657
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user