diff options
Diffstat (limited to 'gcc/expr.h')
-rw-r--r-- | gcc/expr.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -309,7 +309,7 @@ int can_conditionally_move_p PARAMS ((enum machine_mode mode)); extern rtx negate_rtx PARAMS ((enum machine_mode, rtx)); /* Expand a logical AND operation. */ -extern rtx expand_and PARAMS ((rtx, rtx, rtx)); +extern rtx expand_and PARAMS ((enum machine_mode, rtx, rtx, rtx)); /* Emit a store-flag operation. */ extern rtx emit_store_flag PARAMS ((rtx, enum rtx_code, rtx, rtx, |