This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: flow patch for condexec


Howdy,

+ @findex REVERSE_CONDEXEC_PREDICATES_P
+ @item REVERSE_CONDEXEC_PREDICATES_P (@var{code1}, @var{code2})
+ 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:

This last sentence might be better stated as "If no expansion is
specified, this macro is defined as follows:".

Matt


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]