diff options
Diffstat (limited to 'gcc/config/alpha')
-rw-r--r-- | gcc/config/alpha/alpha.h | 2 | ||||
-rw-r--r-- | gcc/config/alpha/linux.h | 2 | ||||
-rw-r--r-- | gcc/config/alpha/predicates.md | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/alpha/alpha.h b/gcc/config/alpha/alpha.h index 19668e9..d00e1bb 100644 --- a/gcc/config/alpha/alpha.h +++ b/gcc/config/alpha/alpha.h @@ -735,7 +735,7 @@ extern int alpha_memory_latency; makes the stack pointer a smaller address. */ #define STACK_GROWS_DOWNWARD -/* Define this to non-zero if the nominal address of the stack frame +/* Define this to nonzero if the nominal address of the stack frame is at the high-address end of the local variables; that is, each additional local variable allocated goes at a more negative offset in the frame. */ diff --git a/gcc/config/alpha/linux.h b/gcc/config/alpha/linux.h index 0773462..2768748 100644 --- a/gcc/config/alpha/linux.h +++ b/gcc/config/alpha/linux.h @@ -67,7 +67,7 @@ Boston, MA 02110-1301, USA. */ /* Define this so that all GNU/Linux targets handle the same pragmas. */ #define HANDLE_PRAGMA_PACK_PUSH_POP -/* Determine whether the the entire c99 runtime is present in the +/* Determine whether the entire c99 runtime is present in the runtime library. */ #define TARGET_C99_FUNCTIONS 1 diff --git a/gcc/config/alpha/predicates.md b/gcc/config/alpha/predicates.md index 8b7b8bd..fc330ff 100644 --- a/gcc/config/alpha/predicates.md +++ b/gcc/config/alpha/predicates.md @@ -72,7 +72,7 @@ (and (match_code "const_int,const_double,const_vector") (not (match_operand 0 "add_operand")))) -;; Return 1 if the operand is a non-symbolic, non-zero constant operand. +;; Return 1 if the operand is a non-symbolic, nonzero constant operand. (define_predicate "non_zero_const_operand" (and (match_code "const_int,const_double,const_vector") (match_test "op != CONST0_RTX (mode)"))) |