* genattrtab.c (write_attr_case): Also emit FALLTHRU marker.

From-SVN: r240626
This commit is contained in:
Marek Polacek 2016-09-29 16:28:38 +00:00 committed by Marek Polacek
parent d0d7f887b7
commit f90b32b95b
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2016-09-29 Marek Polacek <polacek@redhat.com>
* genattrtab.c (write_attr_case): Also emit FALLTHRU marker.
2016-09-29 Bernd Schmidt <bschmidt@redhat.com>
* builtins.c (expand_builtin_memcmp): don't swap args unless

View file

@ -4283,6 +4283,8 @@ write_attr_case (FILE *outf, struct attr_desc *attr, struct attr_value *av,
fprintf (outf, " && asm_noperands (PATTERN (insn)) < 0)\n");
write_indent (outf, indent + 2);
fprintf (outf, " fatal_insn_not_found (insn);\n");
write_indent (outf, indent + 2);
fprintf (outf, "/* FALLTHRU */\n");
}
if (write_case_lines)