NetBSD/gnu/usr.bin/gcc2/i386/insn-peep.c

33 lines
558 B
C

/* Generated automatically by the program `genpeep'
from the machine description file `md'. */
#ifndef lint
static char rcsid[] = "$Id: insn-peep.c,v 1.2 1993/08/02 17:37:06 mycroft Exp $";
#endif /* not lint */
#include "config.h"
#include "rtl.h"
#include "regs.h"
#include "output.h"
#include "real.h"
extern rtx peep_operand[];
#define operands peep_operand
rtx
peephole (ins1)
rtx ins1;
{
rtx insn, x, pat;
int i;
if (NEXT_INSN (ins1)
&& GET_CODE (NEXT_INSN (ins1)) == BARRIER)
return 0;
return 0;
}
rtx peep_operand[2];