diff options
| author | Devang Patel <dpatel@apple.com> | 2007-03-27 00:16:08 +0000 |
|---|---|---|
| committer | Devang Patel <dpatel@apple.com> | 2007-03-27 00:16:08 +0000 |
| commit | 2850c677afffc27d53f6fc1a72dc77e9861bef8f (patch) | |
| tree | e233f42841b2e15b261e4d4436069066cda1c908 /llvm | |
| parent | 54d5b1b8f81815ef32a4f351733d32c7943b4780 (diff) | |
| download | bcm5719-llvm-2850c677afffc27d53f6fc1a72dc77e9861bef8f.tar.gz bcm5719-llvm-2850c677afffc27d53f6fc1a72dc77e9861bef8f.zip | |
Spell check.
llvm-svn: 35374
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/lib/VMCore/Dominators.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/VMCore/Dominators.cpp b/llvm/lib/VMCore/Dominators.cpp index 7019c98d89e..2d222adc56a 100644 --- a/llvm/lib/VMCore/Dominators.cpp +++ b/llvm/lib/VMCore/Dominators.cpp @@ -266,7 +266,7 @@ bool DominatorSetBase::dominates(Instruction *A, Instruction *B) const { BasicBlock *BBA = A->getParent(), *BBB = B->getParent(); if (BBA != BBB) return dominates(BBA, BBB); - // It is not possible to determie dominance between two PHI nodes + // It is not possible to determine dominance between two PHI nodes // based on their ordering. if (isa<PHINode>(A) && isa<PHINode>(B)) return false; |

