Remove the bitwise XOR operator from the Attributes class. Replace it with the equiva...
[oota-llvm.git] / lib / VMCore / Dominators.cpp
index f7582028fc5ce99d46efa0592d161b748636d766..77b2403d87dd1873538d3337593f27ad5eefed21 100644 (file)
@@ -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