]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Handle new Iop_CmpEQ64x2 introduced in vex r2218.
authorJulian Seward <jseward@acm.org>
Wed, 19 Oct 2011 15:24:55 +0000 (15:24 +0000)
committerJulian Seward <jseward@acm.org>
Wed, 19 Oct 2011 15:24:55 +0000 (15:24 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12165

memcheck/mc_translate.c

index 11863602026f061b852934bee7ddbadc53b3db5e..04b23f23959280bab9cee4b0a2c046c20e39feed 100644 (file)
@@ -2705,6 +2705,7 @@ IRAtom* expr2vbits_Binop ( MCEnv* mce,
 
       case Iop_Sub64x2:
       case Iop_Add64x2:
+      case Iop_CmpEQ64x2:
       case Iop_CmpGT64Sx2:
       case Iop_QSal64x2:
       case Iop_QShl64x2: