Issue:
[oota-llvm.git] / include / llvm / CodeGen / SelectionDAG.h
index a8f5f5fa09ef0702e1ebacd611875e9961298982..619ee699430d3426b6f6f17d8323936e4e8b2739 100644 (file)
@@ -1021,7 +1021,7 @@ public:
   /// ISD::ADD with a ConstantSDNode on the right-hand side, or if it is an
   /// ISD::OR with a ConstantSDNode that is guaranteed to have the same
   /// semantics as an ADD.  This handles the equivalence:
-  ///     X|Cst == X+Cst if X&Cst = 0.
+  ///     X|Cst == X+Cst iff X&Cst = 0.
   bool isBaseWithConstantOffset(SDValue Op) const;
 
   /// isKnownNeverNan - Test whether the given SDValue is known to never be NaN.