Expand PMF_FN_* macros.
[netbsd-mini2440.git] / gnu / usr.bin / gcc2 / common / insn-peep.c
blob37136c4333d0be95ebf80610f124fc78c1aa6c90
1 /* Generated automatically by the program `genpeep'
2 from the machine description file `md'. */
4 #include "config.h"
5 #include "rtl.h"
6 #include "regs.h"
7 #include "output.h"
8 #include "real.h"
10 extern rtx peep_operand[];
12 #define operands peep_operand
14 rtx
15 peephole (ins1)
16 rtx ins1;
18 rtx insn, x, pat;
19 int i;
21 if (NEXT_INSN (ins1)
22 && GET_CODE (NEXT_INSN (ins1)) == BARRIER)
23 return 0;
25 return 0;
28 rtx peep_operand[2];