Commit ad7e39ca by Alexandre Oliva Committed by Alexandre Oliva

final.c (final_scan_insn): Run FINAL_PRESCAN_INSNS on asm insns as well.

* final.c (final_scan_insn): Run FINAL_PRESCAN_INSNS on asm insns
as well.

From-SVN: r72649
parent e1de1560
2003-10-18 Alexandre Oliva <aoliva@redhat.com>
* final.c (final_scan_insn): Run FINAL_PRESCAN_INSNS on asm insns
as well.
2003-10-18 Richard Sandiford <rsandifo@redhat.com>
* rtl.h (rtl_size): Declare.
......
......@@ -2054,6 +2054,10 @@ final_scan_insn (rtx insn, FILE *file, int optimize ATTRIBUTE_UNUSED,
insn_noperands = noperands;
this_is_asm_operands = insn;
#ifdef FINAL_PRESCAN_INSN
FINAL_PRESCAN_INSN (insn, ops, insn_noperands);
#endif
/* Output the insn using them. */
if (string[0])
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment