From: Florian Krohm Date: Fri, 11 Jul 2014 21:54:33 +0000 (+0000) Subject: Track vex r2891 (add Iop_Reverse1sIn8_x16). Unbreak build. X-Git-Tag: svn/VALGRIND_3_10_0~282 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e54abd4ed8bcdba9c8b43ddca4f1a6d9d213583a;p=thirdparty%2Fvalgrind.git Track vex r2891 (add Iop_Reverse1sIn8_x16). Unbreak build. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14155 --- diff --git a/memcheck/tests/vbit-test/irops.c b/memcheck/tests/vbit-test/irops.c index 1caf383c9f..d4c87e6ecc 100644 --- a/memcheck/tests/vbit-test/irops.c +++ b/memcheck/tests/vbit-test/irops.c @@ -877,6 +877,7 @@ static irop_t irops[] = { { DEFOP(Iop_Reverse8sIn64_x2, UNDEF_UNKNOWN), }, { DEFOP(Iop_Reverse16sIn64_x2, UNDEF_UNKNOWN), }, { DEFOP(Iop_Reverse32sIn64_x2, UNDEF_UNKNOWN), }, + { DEFOP(Iop_Reverse1sIn8_x16, UNDEF_UNKNOWN), }, { DEFOP(Iop_Perm8x16, UNDEF_UNKNOWN), }, { DEFOP(Iop_Perm32x4, UNDEF_UNKNOWN), }, { DEFOP(Iop_GetMSBs8x16, UNDEF_UNKNOWN), },