From a43f528e5ab9ddc9053f881e1056872ac4341f80 Mon Sep 17 00:00:00 2001 From: Aldy Hernandez Date: Wed, 21 Feb 2001 18:25:34 +0000 Subject: [PATCH] fixed typo in last commit re REVERSE_CONDEXEC_PREDICATES_P From-SVN: r39954 --- gcc/tm.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gcc/tm.texi b/gcc/tm.texi index 7676b191322..69574c27841 100644 --- a/gcc/tm.texi +++ b/gcc/tm.texi @@ -4885,7 +4885,8 @@ like: A C expression that returns true if the conditional execution predicate @var{code1} is the inverse of @var{code2} and vice versa. Define this to return 0 if the target has conditional execution predicates that cannot be -reversed safely. If none is specified, this macro expands to: +reversed safely. If no expansion is specified, this macro is defined as +follows: @smallexample #define REVERSE_CONDEXEC_PREDICATES_P (x, y) ((x) == reverse_condition (y)) -- 2.30.2