projects
/
llvm
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bb5212
)
Typo.
author
Eric Christopher
<echristo@apple.com>
Mon, 9 Apr 2012 17:54:34 +0000
(17:54 +0000)
committer
Eric Christopher
<echristo@apple.com>
Mon, 9 Apr 2012 17:54:34 +0000
(17:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154329
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/CodeGen/LexicalScopes.h
patch
|
blob
|
history
diff --git
a/include/llvm/CodeGen/LexicalScopes.h
b/include/llvm/CodeGen/LexicalScopes.h
index 6cb5c9e0fba4606bc30ff2954d49dd5859113349..eb01f66c31294b2a10833642e84441ba12b80f36 100644
(file)
--- a/
include/llvm/CodeGen/LexicalScopes.h
+++ b/
include/llvm/CodeGen/LexicalScopes.h
@@
-209,7
+209,7
@@
public:
Parent->closeInsnRange(NewScope);
}
- /// dominates - Return true if current scope domin
s
ates given lexical scope.
+ /// dominates - Return true if current scope dominates given lexical scope.
bool dominates(const LexicalScope *S) const {
if (S == this)
return true;