diff options
| author | Craig Topper <craig.topper@gmail.com> | 2013-07-03 04:27:31 +0000 |
|---|---|---|
| committer | Craig Topper <craig.topper@gmail.com> | 2013-07-03 04:27:31 +0000 |
| commit | afae1fc06c44d9789fa96ee65de5a207e7eb27b3 (patch) | |
| tree | 8f185660969538bd606caf1ea695b5d7f152dc70 | |
| parent | 977e9cd9c6dbbb987f9fd49621225a09281289fb (diff) | |
| download | bcm5719-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.h | 4 |
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. /// |

