]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
expensiveAddSub(): Fix incorrect comment. No functional change.
authorJulian Seward <jseward@acm.org>
Wed, 3 Jan 2018 10:38:14 +0000 (11:38 +0100)
committerJulian Seward <jseward@acm.org>
Wed, 3 Jan 2018 10:38:14 +0000 (11:38 +0100)
memcheck/mc_translate.c

index 91348b84f994f4279b5a3bbae7ddde5f8c6c6944..cbdb65bae980bd98c342449ce0dfce399ec79a0f 100644 (file)
@@ -2156,7 +2156,7 @@ IRAtom* expensiveAddSub ( MCEnv*  mce,
          )
       );
    } else {
-      // result = (qaa | qbb) | ((a_min - b_max) ^ (a_max + b_min))
+      // result = (qaa | qbb) | ((a_min - b_max) ^ (a_max - b_min))
       return
       assignNew('V', mce,ty,
          binop( opOR,