From e9696e8723d9a982cc05b58f56e06b0b7363aaa5 Mon Sep 17 00:00:00 2001 From: kenner Date: Fri, 14 Aug 1992 18:38:10 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1829 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/rtl.def | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gcc/rtl.def b/gcc/rtl.def index c9d7251..17b9715 100644 --- a/gcc/rtl.def +++ b/gcc/rtl.def @@ -154,6 +154,11 @@ DEF_RTL_EXPR(MATCH_PARALLEL, "match_parallel", "isE", 'm') DEF_RTL_EXPR(MATCH_OP_DUP, "match_op_dup", "iE", 'm') /* Appears only in machine descriptions. + Means match only something equal to what is stored in the operand table + at the index specified by the argument. For MATCH_PARALLEL. */ +DEF_RTL_EXPR(MATCH_PAR_DUP, "match_par_dup", "iE", 'm') + +/* Appears only in machine descriptions. Defines the pattern for one kind of instruction. Operand: 0: names this instruction. -- 2.7.4