]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix missed changes from Rename some int<->fp conversion IROps patch
authorCarl Love <carll@us.ibm.com>
Tue, 5 Feb 2019 16:15:09 +0000 (10:15 -0600)
committerCarl Love <carll@us.ibm.com>
Tue, 5 Feb 2019 16:19:01 +0000 (10:19 -0600)
The previous commit 6b16f0e2a0427f57fb5dc76cbe9177ee35f997ab dated
Sat Jan 26 17:38:01 2019 by Julian Seward <jseward@acm.org> 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.

memcheck/tests/vbit-test/irops.c

index 3005599bf3c8873c9d5cf26deee7c0a090cc146d..03cc5c12ee69b4d4efdd6b5c6a672d4384d466ec 100644 (file)
@@ -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: