From: Carl Love Date: Tue, 5 Feb 2019 16:15:09 +0000 (-0600) Subject: Fix missed changes from Rename some int<->fp conversion IROps patch X-Git-Tag: VALGRIND_3_15_0~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de7fc1a0593ca94835bba5f9732997b355055c4b;p=thirdparty%2Fvalgrind.git Fix missed changes from Rename some int<->fp conversion IROps patch The previous commit 6b16f0e2a0427f57fb5dc76cbe9177ee35f997ab dated Sat Jan 26 17:38:01 2019 by Julian Seward renamed some of the int<->fp conversion Iops to add a trailing _DEP. The patch missed renaming two of the Iops. This patch renames the missed Iops. --- diff --git a/memcheck/tests/vbit-test/irops.c b/memcheck/tests/vbit-test/irops.c index 3005599bf3..03cc5c12ee 100644 --- a/memcheck/tests/vbit-test/irops.c +++ b/memcheck/tests/vbit-test/irops.c @@ -1331,8 +1331,8 @@ get_irop(IROp op) case Iop_TruncF128toI64U: case Iop_TruncF128toI64S: case Iop_F16toF32x4: - case Iop_F32toF16x4: - case Iop_F64toF16x2: + case Iop_F32toF16x4_DEP: + case Iop_F64toF16x2_DEP: case Iop_F16toF64x2: case Iop_MulI128by10: case Iop_MulI128by10Carry: