commit | 2f2d06506c9167dada05b11debe717334de972d4 | [log] [tgz] |
---|---|---|
author | Misha Brukman <brukman+llvm@gmail.com> | Thu Sep 11 18:14:24 2003 +0000 |
committer | Misha Brukman <brukman+llvm@gmail.com> | Thu Sep 11 18:14:24 2003 +0000 |
tree | b4db466a5bb0270d2711628d7b91ded86660892d | |
parent | 0043e4698c66bcac6526bbb9f133d2326a915494 [diff] [blame] |
Fixed spelling and grammar. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8478 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Analysis/PostDominators.cpp b/lib/Analysis/PostDominators.cpp index 7dbeb35..f97fda8 100644 --- a/lib/Analysis/PostDominators.cpp +++ b/lib/Analysis/PostDominators.cpp
@@ -181,7 +181,7 @@ if (BB) for (pred_iterator SI = pred_begin(BB), SE = pred_end(BB); SI != SE; ++SI) - // Does Node immediately dominate this predeccessor? + // Does Node immediately dominate this predecessor? if (DT[*SI]->getIDom() != Node) S.insert(*SI);