Add diclaimer of copyright to _osname() manual page.
[unix-history] / gnu / usr.bin / cc / common / insn-peep.c
CommitLineData
9bf86ebb
PR
1/* Generated automatically by the program `genpeep'
2from the machine description file `md'. */
3
4#include "config.h"
5#include "rtl.h"
6#include "regs.h"
7#include "output.h"
8#include "real.h"
9
10extern rtx peep_operand[];
11
12#define operands peep_operand
13
14rtx
15peephole (ins1)
16 rtx ins1;
17{
18 rtx insn, x, pat;
19 int i;
20
21 if (NEXT_INSN (ins1)
22 && GET_CODE (NEXT_INSN (ins1)) == BARRIER)
23 return 0;
24
25 return 0;
26}
27
28rtx peep_operand[2];