diff options
Diffstat (limited to 'gcc/expr.h')
-rw-r--r-- | gcc/expr.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -894,7 +894,7 @@ extern rtx emit_store_flag_force PARAMS ((rtx, enum rtx_code, rtx, rtx, /* Given an insn and condition, return a canonical description of the test being made. */ -extern rtx canonicalize_condition PARAMS ((rtx, rtx, int, rtx *)); +extern rtx canonicalize_condition PARAMS ((rtx, rtx, int, rtx *, rtx)); /* Given a JUMP_INSN, return a canonical description of the test being made. */ |