Add missing parenthesis in SCEV comment
[oota-llvm.git] / lib / Analysis / ScalarEvolution.cpp
index c19cb0373982f04d6707c0968d6e441e5a03a403..fea979d78e87fc17a6d04d9ad033a316cb005c35 100644 (file)
@@ -1360,7 +1360,7 @@ const SCEV *ScalarEvolution::getAnyExtendExpr(const SCEV *Op,
 /// what it does, given a sequence of operands that would form an add
 /// expression like this:
 ///
-///    m + n + 13 + (A * (o + p + (B * q + m + 29))) + r + (-1 * r)
+///    m + n + 13 + (A * (o + p + (B * (q + m + 29)))) + r + (-1 * r)
 ///
 /// where A and B are constants, update the map with these values:
 ///