mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-30 10:24:52 +08:00
fixed typo in last commit re REVERSE_CONDEXEC_PREDICATES_P
From-SVN: r39954
This commit is contained in:
parent
2b71bf377c
commit
a43f528e5a
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user