aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.def
diff options
context:
space:
mode:
authorKyrylo Tkachov <kyrylo.tkachov@arm.com>2013-06-04 08:56:32 +0000
committerKyrylo Tkachov <ktkachov@gcc.gnu.org>2013-06-04 08:56:32 +0000
commitaadaf24ef0336560cb808406da288878a6120ca2 (patch)
tree4f8825d4fa1be11ed9e79f9aea1c1495ed811e18 /gcc/rtl.def
parent0cd9e9eeeadf90b732ed7bbad30739d1b0d9128b (diff)
downloadgcc-aadaf24ef0336560cb808406da288878a6120ca2.zip
gcc-aadaf24ef0336560cb808406da288878a6120ca2.tar.gz
gcc-aadaf24ef0336560cb808406da288878a6120ca2.tar.bz2
rtl.def: Add extra fourth optional field to define_cond_exec.
2013-06-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com> * rtl.def: Add extra fourth optional field to define_cond_exec. * gensupport.c (process_one_cond_exec): Process attributes from define_cond_exec. * doc/md.texi: Document fourth field in define_cond_exec. From-SVN: r199640
Diffstat (limited to 'gcc/rtl.def')
-rw-r--r--gcc/rtl.def5
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/rtl.def b/gcc/rtl.def
index f8aea32..b4ce1b9 100644
--- a/gcc/rtl.def
+++ b/gcc/rtl.def
@@ -962,8 +962,9 @@ DEF_RTL_EXPR(DEFINE_ASM_ATTRIBUTES, "define_asm_attributes", "V", RTX_EXTRA)
relational operator. Operands should have only one alternative.
1: A C expression giving an additional condition for recognizing
the generated pattern.
- 2: A template or C code to produce assembler output. */
-DEF_RTL_EXPR(DEFINE_COND_EXEC, "define_cond_exec", "Ess", RTX_EXTRA)
+ 2: A template or C code to produce assembler output.
+ 3: A vector of attributes to append to the resulting cond_exec insn. */
+DEF_RTL_EXPR(DEFINE_COND_EXEC, "define_cond_exec", "EssV", RTX_EXTRA)
/* Definition of an operand predicate. The difference between
DEFINE_PREDICATE and DEFINE_SPECIAL_PREDICATE is that genrecog will