summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cc/cc_int/insn-peep.c
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/cc/cc_int/insn-peep.c')
-rw-r--r--gnu/usr.bin/cc/cc_int/insn-peep.c28
1 files changed, 28 insertions, 0 deletions
diff --git a/gnu/usr.bin/cc/cc_int/insn-peep.c b/gnu/usr.bin/cc/cc_int/insn-peep.c
new file mode 100644
index 0000000..37136c4
--- /dev/null
+++ b/gnu/usr.bin/cc/cc_int/insn-peep.c
@@ -0,0 +1,28 @@
+/* Generated automatically by the program `genpeep'
+from the machine description file `md'. */
+
+#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];
OpenPOWER on IntegriCloud