OSDN Git Service

fixed typo in last commit re REVERSE_CONDEXEC_PREDICATES_P
authoraldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 21 Feb 2001 18:25:34 +0000 (18:25 +0000)
committeraldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 21 Feb 2001 18:25:34 +0000 (18:25 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39954 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/tm.texi

index 7676b19..69574c2 100644 (file)
@@ -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))