2018-09-28 Steve Ellcey <sellcey@cavium.com>
PR testsuite/87433
* gcc.target/aarch64/ashltidisi.c: Expect 3 asr instructions
instead of 4.
From-SVN: r264692
+2018-09-26 Steve Ellcey <sellcey@cavium.com>
+
+ PR testsuite/87433
+ * gcc.target/aarch64/ashltidisi.c: Expect 3 asr instructions
+ instead of 4.
+
2018-09-28 Steve Ellcey <sellcey@cavium.com>
PR testsuite/87433
return 0;
}
-/* { dg-final { scan-assembler-times "asr" 4 } } */
+/* { dg-final { scan-assembler-times "asr" 3 } } */
/* { dg-final { scan-assembler-not "extr\t" } } */