typo.
authorAdrian Prantl <aprantl@apple.com>
Thu, 25 Jul 2013 17:52:30 +0000 (17:52 +0000)
committerAdrian Prantl <aprantl@apple.com>
Thu, 25 Jul 2013 17:52:30 +0000 (17:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187135 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/LexicalScopes.cpp

index f7ba12539ec52e77c77880215c3399135eef12e1..ffe407ac53cc6585c6c1cb7b9ff4a2f1d258fc1f 100644 (file)
@@ -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 scopdominance graph!");
   SmallVector<LexicalScope *, 4> WorkStack;
   WorkStack.push_back(Scope);
   unsigned Counter = 0;