(emit_move_insn_1): Declared.
authorRichard Stallman <rms@gnu.org>
Sun, 21 Feb 1993 06:52:14 +0000 (06:52 +0000)
committerRichard Stallman <rms@gnu.org>
Sun, 21 Feb 1993 06:52:14 +0000 (06:52 +0000)
From-SVN: r3507

gcc/expr.h

index 0bb4a1ad32f3bf774960e6dc2b13129af76381f7..e614b335ffb4b5f20dde6c87e0d7efe85c9bacab 100644 (file)
@@ -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 ();