diff options
Diffstat (limited to 'gcc/expr.h')
-rw-r--r-- | gcc/expr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/expr.h b/gcc/expr.h index 470ebd49a17..e8b2c176064 100644 --- a/gcc/expr.h +++ b/gcc/expr.h @@ -303,7 +303,7 @@ rtx emit_conditional_move PARAMS ((rtx, enum rtx_code, rtx, rtx, enum machine_mode, rtx, rtx, enum machine_mode, int)); -/* Return non-zero if the conditional move is supported. */ +/* Return nonzero if the conditional move is supported. */ int can_conditionally_move_p PARAMS ((enum machine_mode mode)); #endif @@ -439,7 +439,7 @@ extern void use_group_regs PARAMS ((rtx *, rtx)); If OBJECT has BLKmode, SIZE is its length in bytes. */ extern rtx clear_storage PARAMS ((rtx, rtx)); -/* Return non-zero if it is desirable to store LEN bytes generated by +/* Return nonzero if it is desirable to store LEN bytes generated by CONSTFUN with several move instructions by store_by_pieces function. CONSTFUNDATA is a pointer which will be passed as argument in every CONSTFUN call. |