From: Richard Stallman Date: Sun, 12 Sep 1993 12:37:26 +0000 (+0000) Subject: (convert_modes): Declared. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3fad11c9213905de742d28b451d2f870952c91d5;p=gcc.git (convert_modes): Declared. From-SVN: r5308 --- diff --git a/gcc/expr.h b/gcc/expr.h index 6250247ffe9..0ba407693aa 100644 --- a/gcc/expr.h +++ b/gcc/expr.h @@ -584,6 +584,9 @@ extern void convert_move PROTO((rtx, rtx, int)); /* Convert an rtx to specified machine mode and return the result. */ extern rtx convert_to_mode PROTO((enum machine_mode, rtx, int)); +/* Convert an rtx to MODE from OLDMODE and return the result. */ +extern rtx convert_modes PROTO((enum machine_mode, enum machine_mode, rtx, int)); + /* Emit code to move a block Y to a block X. */ extern void emit_block_move PROTO((rtx, rtx, rtx, int));