diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1996-06-07 17:03:53 -0700 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1996-06-07 17:03:53 -0700 |
commit | 75694d38663cfc4180e3ca6d192e0fe81dd98f0d (patch) | |
tree | 785ccb456d359b68679a31a681cdb7f3f57e1177 /gcc | |
parent | 2361ec2a842b6e7048a9e0498bb56795c063142a (diff) | |
download | gcc-75694d38663cfc4180e3ca6d192e0fe81dd98f0d.zip gcc-75694d38663cfc4180e3ca6d192e0fe81dd98f0d.tar.gz gcc-75694d38663cfc4180e3ca6d192e0fe81dd98f0d.tar.bz2 |
(i960_output_move_{double,quad}): Declare.
From-SVN: r12221
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/i960/i960.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/i960/i960.h b/gcc/config/i960/i960.h index 6b78eaa..26aca37 100644 --- a/gcc/config/i960/i960.h +++ b/gcc/config/i960/i960.h @@ -1524,6 +1524,8 @@ extern enum insn_types i960_last_insn_type; extern char *i960_output_ldconst (); extern char *i960_output_call_insn (); extern char *i960_output_ret_insn (); +extern char *i960_output_move_double (); +extern char *i960_output_move_quad (); /* Defined in reload.c, and used in insn-recog.c. */ |