Commit 3fad11c9 by Richard Stallman

(convert_modes): Declared.

From-SVN: r5308
parent 588e387f
......@@ -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));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment