+2018-04-03 Segher Boessenkool <segher@kernel.crashing.org>
+
+ PR target/85126
+ * gcc.target/powerpc/pr69946: Adjust comment. Remove
+ scan-assembler-times clause.
+
2018-04-03 Christophe Lyon <christophe.lyon@linaro.org>
* gcc.target/arm/armv8_2-fp16-move-1.c: Move -mfloat-abi=hard to
/* { dg-skip-if "" { powerpc_elfv2 } } */
/* { dg-options "-O2" } */
-/* This generates a rotate:DI by 44, with mask 0xf00, which is implemented
- using a rlwinm instruction. We used to write 44 for the shift count
- there; it should be 12. */
+/* This used to generate a rotate:DI by 44, with mask 0xf00, which is
+ implemented using a rlwinm instruction. We used to write 44 for the
+ shift count there; it should be 12. */
struct A
{
}
/* { dg-final { scan-assembler-not {(?n)rlwinm.*,44,20,23} } } */
-/* { dg-final { scan-assembler-times {(?n)rlwinm.*,12,20,23} 1 } } */