summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2013-07-03 04:27:31 +0000
committerCraig Topper <craig.topper@gmail.com>2013-07-03 04:27:31 +0000
commitafae1fc06c44d9789fa96ee65de5a207e7eb27b3 (patch)
tree8f185660969538bd606caf1ea695b5d7f152dc70
parent977e9cd9c6dbbb987f9fd49621225a09281289fb (diff)
downloadbcm5719-llvm-afae1fc06c44d9789fa96ee65de5a207e7eb27b3.tar.gz
bcm5719-llvm-afae1fc06c44d9789fa96ee65de5a207e7eb27b3.zip
Add a space between type and variable name. No functional change.
llvm-svn: 185506
-rw-r--r--llvm/include/llvm/CodeGen/LexicalScopes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm/CodeGen/LexicalScopes.h b/llvm/include/llvm/CodeGen/LexicalScopes.h
index ff65db4ee4c..72491d310ce 100644
--- a/llvm/include/llvm/CodeGen/LexicalScopes.h
+++ b/llvm/include/llvm/CodeGen/LexicalScopes.h
@@ -141,8 +141,8 @@ private:
DenseMap<const MDNode *, LexicalScope *> AbstractScopeMap;
/// AbstractScopesList - Tracks abstract scopes constructed while processing
- /// a function.
- SmallVector<LexicalScope *, 4>AbstractScopesList;
+ /// a function.
+ SmallVector<LexicalScope *, 4> AbstractScopesList;
/// CurrentFnLexicalScope - Top level scope for the current function.
///
OpenPOWER on IntegriCloud