mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-24 21:14:56 +00:00
typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187135 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f204228b78
commit
4c9d299d80
@ -212,7 +212,7 @@ LexicalScope *LexicalScopes::getOrCreateAbstractScope(const MDNode *N) {
|
||||
|
||||
/// constructScopeNest
|
||||
void LexicalScopes::constructScopeNest(LexicalScope *Scope) {
|
||||
assert (Scope && "Unable to calculate scop edominance graph!");
|
||||
assert (Scope && "Unable to calculate scope dominance graph!");
|
||||
SmallVector<LexicalScope *, 4> WorkStack;
|
||||
WorkStack.push_back(Scope);
|
||||
unsigned Counter = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user