From 48e657fda92450b714488ad26352133b79d3afae Mon Sep 17 00:00:00 2001 From: rms Date: Sun, 12 Sep 1993 12:37:26 +0000 Subject: (convert_modes): Declared. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5308 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/expr.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gcc/expr.h') 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)); -- cgit v1.2.1