Commit 67ac5957 by Jeffrey A Law Committed by Jeff Law

genpeep.c (main): Remove unused variable 'i' from the generated file.

        * genpeep.c (main): Remove unused variable 'i' from the generated
        file.

From-SVN: r18880
parent c38d8c5b
Sat Mar 28 14:37:20 1998 Jeffrey A Law (law@cygnus.com)
* genpeep.c (main): Remove unused variable 'i' from the generated
file.
* genemit.c (gen_expand): Do not emit "_done" or "_fail" labels.
(gen_split): Likewise.
(main): Rework generated definitions of DONE and FAIL so that they
......
......@@ -461,8 +461,7 @@ from the machine description file `md'. */\n\n");
printf ("#define operands peep_operand\n\n");
printf ("rtx\npeephole (ins1)\n rtx ins1;\n{\n");
printf (" rtx insn, x, pat;\n");
printf (" int i;\n\n");
printf (" rtx insn, x, pat;\n\n");
/* Early out: no peepholes for insns followed by barriers. */
printf (" if (NEXT_INSN (ins1)\n");
......
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