mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-01 00:17:01 +00:00
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. See: http://en.wikipedia.org/wiki/If_and_only_if Commit 164767
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164768 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -193,7 +193,7 @@ bool DominatorTree::dominates(const BasicBlockEdge &BBE,
|
||||
// . NormalDest
|
||||
// .
|
||||
//
|
||||
// Given the definition of dominance, NormalDest is dominated by X if X
|
||||
// Given the definition of dominance, NormalDest is dominated by X iff X
|
||||
// dominates all of NormalDest's predecessors (X, B, C in the example). X
|
||||
// trivially dominates itself, so we only have to find if it dominates the
|
||||
// other predecessors. Since the only way out of X is via NormalDest, X can
|
||||
|
||||
Reference in New Issue
Block a user