pr34256.c: Adjust the number of expected moves.
authorVladimir Makarov <vmakarov@redhat.com>
Thu, 29 Nov 2018 22:02:15 +0000 (22:02 +0000)
committerVladimir Makarov <vmakarov@gcc.gnu.org>
Thu, 29 Nov 2018 22:02:15 +0000 (22:02 +0000)
2018-11-29  Vladimir Makarov  <vmakarov@redhat.com>

* gcc.target/i386/pr34256.c: Adjust the number of expected moves.

From-SVN: r266646

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/pr34256.c

index 937e0ad..c69e7a3 100644 (file)
@@ -1,3 +1,7 @@
+2018-11-29  Vladimir Makarov  <vmakarov@redhat.com>
+
+       * gcc.target/i386/pr34256.c: Adjust the number of expected moves.
+
 2018-11-29  Paolo Carlini  <paolo.carlini@oracle.com>
 
        * g++.dg/cpp0x/constexpr-base6b.C: New.
index 6987457..1d279c6 100644 (file)
@@ -10,5 +10,5 @@ unsigned long long  foo(__m64 m) {
   return _mm_cvtm64_si64(_mm_add_pi32(x, y));
 }
 
-/* { dg-final { scan-assembler-times "mov" 2 { target { nonpic || pie_enabled } } } } */
-/* { dg-final { scan-assembler-times "mov" 4 { target { { ! nonpic } && { ! pie_enabled } } } } } */
+/* { dg-final { scan-assembler-times "mov" 3 { target { nonpic || pie_enabled } } } } */
+/* { dg-final { scan-assembler-times "mov" 5 { target { { ! nonpic } && { ! pie_enabled } } } } } */