summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/LexicalScopes.h
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
commit1c3751c21f22f136dd577d262ea7ac1151567d01 (patch)
treea9f02b8cc41eb593ae7fea551adea5833f68e759 /include/llvm/CodeGen/LexicalScopes.h
parent9f43ac6cd3bfd10afb77614766b5c874cb5c6073 (diff)
downloadllvm-1c3751c21f22f136dd577d262ea7ac1151567d01.tar.gz
llvm-1c3751c21f22f136dd577d262ea7ac1151567d01.tar.bz2
llvm-1c3751c21f22f136dd577d262ea7ac1151567d01.tar.xz
Add a space between type and variable name. No functional change.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185506 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/LexicalScopes.h')
-rw-r--r--include/llvm/CodeGen/LexicalScopes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/CodeGen/LexicalScopes.h b/include/llvm/CodeGen/LexicalScopes.h
index ff65db4ee4..72491d310c 100644
--- a/include/llvm/CodeGen/LexicalScopes.h
+++ b/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.
///