Commit b4cb4994 by Richard Stallman

(emit_move_insn_1): Declared.

From-SVN: r3507
parent e3654226
......@@ -508,6 +508,9 @@ extern void emit_cmp_insn ();
/* Generate rtl to compare two rtx's, will call emit_cmp_insn. */
extern rtx compare_from_rtx ();
/* Emit insns to set X from Y, with no frills. */
extern rtx emit_move_insn_1 ();
/* Emit some rtl insns to move data between rtx's, converting machine modes.
Both modes must be floating or both fixed. */
extern void convert_move ();
......
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