aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1993-02-21 06:52:14 +0000
committerRichard Stallman <rms@gnu.org>1993-02-21 06:52:14 +0000
commitb4cb49943ee3c40812b331b4a4e1055c5fb5ff25 (patch)
treea3df537072ac650d1248a05db49b180c0bca97f3 /gcc
parente365422628db9bfbd314fbdea7a380701c3d85de (diff)
downloadgcc-b4cb49943ee3c40812b331b4a4e1055c5fb5ff25.zip
gcc-b4cb49943ee3c40812b331b4a4e1055c5fb5ff25.tar.gz
gcc-b4cb49943ee3c40812b331b4a4e1055c5fb5ff25.tar.bz2
(emit_move_insn_1): Declared.
From-SVN: r3507
Diffstat (limited to 'gcc')
-rw-r--r--gcc/expr.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/expr.h b/gcc/expr.h
index 0bb4a1a..e614b33 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 ();