From b4cb49943ee3c40812b331b4a4e1055c5fb5ff25 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Sun, 21 Feb 1993 06:52:14 +0000 Subject: [PATCH] (emit_move_insn_1): Declared. From-SVN: r3507 --- gcc/expr.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gcc/expr.h b/gcc/expr.h index 0bb4a1ad32f..e614b335ffb 100644 --- a/gcc/expr.h +++ b/gcc/expr.h @@ -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 (); -- 2.30.2