llvm-svn: 154329
This commit is contained in:
Eric Christopher 2012-04-09 17:54:34 +00:00
parent 58464d0fe1
commit 132a998331
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ public:
Parent->closeInsnRange(NewScope);
}
/// dominates - Return true if current scope dominsates given lexical scope.
/// dominates - Return true if current scope dominates given lexical scope.
bool dominates(const LexicalScope *S) const {
if (S == this)
return true;