[PATCH] Fix typo in a comment

Michael Zolotukhin mzolotukhin at apple.com
Wed Mar 5 02:02:04 PST 2014


Hi,

Could anyone please commit the following patch to fix a typo in comments?

Index: lib/Analysis/ScalarEvolution.cpp
===================================================================
--- lib/Analysis/ScalarEvolution.cpp	(revision 202955)
+++ lib/Analysis/ScalarEvolution.cpp	(working copy)
@@ -1360,7 +1360,7 @@
 /// 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:
 ///

Thanks,
Michael



More information about the llvm-commits mailing list