diff options
author | Justin Bogner <mail@justinbogner.com> | 2014-04-18 21:51:09 +0000 |
---|---|---|
committer | Justin Bogner <mail@justinbogner.com> | 2014-04-18 21:51:09 +0000 |
commit | fc83c1105c698c343a11e238ba6b93464fe8c5df (patch) | |
tree | 7229c0477ae18537004b13d414550bb0dae45924 /clang/lib/CodeGen | |
parent | b7aa26303b841bdf097a9dd4fd4e137e6b9b121b (diff) | |
download | bcm5719-llvm-fc83c1105c698c343a11e238ba6b93464fe8c5df.tar.gz bcm5719-llvm-fc83c1105c698c343a11e238ba6b93464fe8c5df.zip |
[Cleanup] Remove a trailing whitespace
llvm-svn: 206657
Diffstat (limited to 'clang/lib/CodeGen')
-rw-r--r-- | clang/lib/CodeGen/CodeGenPGO.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenPGO.cpp b/clang/lib/CodeGen/CodeGenPGO.cpp index d3d89e588a0..28e9c0b046f 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<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; |