diff options
author | Adrian Prantl <aprantl@apple.com> | 2013-07-25 17:52:30 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2013-07-25 17:52:30 +0000 |
commit | e4daf52a634c983dbe793088a78547883188bcf4 (patch) | |
tree | fd3a3382c5641acd9c2b8a25f15b2fa0b1fc75ac /llvm/lib/CodeGen/LexicalScopes.cpp | |
parent | 861fc207a9324682996aa3cfc8f57ef7033135fc (diff) | |
download | bcm5719-llvm-e4daf52a634c983dbe793088a78547883188bcf4.tar.gz bcm5719-llvm-e4daf52a634c983dbe793088a78547883188bcf4.zip |
typo.
llvm-svn: 187135
Diffstat (limited to 'llvm/lib/CodeGen/LexicalScopes.cpp')
-rw-r--r-- | llvm/lib/CodeGen/LexicalScopes.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/LexicalScopes.cpp b/llvm/lib/CodeGen/LexicalScopes.cpp index f7ba12539ec..ffe407ac53c 100644 --- a/llvm/lib/CodeGen/LexicalScopes.cpp +++ b/llvm/lib/CodeGen/LexicalScopes.cpp @@ -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; |