repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
gnu
/
usr.bin
/
gcc2
/
common
/
insn-peep.c
blob
37136c4333d0be95ebf80610f124fc78c1aa6c90
1
/* Generated automatically by the program `genpeep'
2
from 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
10
extern
rtx peep_operand
[];
11
12
#define operands peep_operand
13
14
rtx
15
peephole
(
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
28
rtx peep_operand
[
2
];