Add BZ markers

From-SVN: r232602
This commit is contained in:
Jeff Law 2016-01-20 00:55:43 -07:00
parent bcff091388
commit bf0bb9703a
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
2016-01-20 Jeff Law <law@redhat.com>
PR target/25114
* config/m68k/predicates.md (pow2_m1_operand): New predicate
extracted from ...
(reg_or_pow2_m1_operand): Call pow2_m1_operand.

View File

@ -1,5 +1,6 @@
2016-01-20 Jeff Law <law@redhat.com>
PR target/25114
* gcc.target/m68k/pr25114.c: New test.
2016-01-20 Andre Vieira <andre.simoesdiasvieira@arm.com>