From 3fad11c9213905de742d28b451d2f870952c91d5 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Sun, 12 Sep 1993 12:37:26 +0000 Subject: [PATCH] (convert_modes): Declared. From-SVN: r5308 --- gcc/expr.h | 3 +++ 1 file changed, 3 insertions(+) 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)); -- 2.30.2