diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1997-03-25 13:19:21 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1997-03-25 13:19:21 -0500 |
commit | 6901b6206b2b64674bcb41595a708a96b47ca331 (patch) | |
tree | dacbfc4f5150380e84e54bc177c0cd444276f005 /gcc | |
parent | f4e801988dc5c06739a76e6808c588fe7b74f9ca (diff) | |
download | gcc-6901b6206b2b64674bcb41595a708a96b47ca331.zip gcc-6901b6206b2b64674bcb41595a708a96b47ca331.tar.gz gcc-6901b6206b2b64674bcb41595a708a96b47ca331.tar.bz2 |
(output_move_{si,hi,qi}mode): Declare.
From-SVN: r13788
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/m68k/m68k.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/m68k/m68k.h b/gcc/config/m68k/m68k.h index 918878c..89212e5 100644 --- a/gcc/config/m68k/m68k.h +++ b/gcc/config/m68k/m68k.h @@ -2081,6 +2081,9 @@ do { long l; \ extern char *output_move_const_into_data_reg (); extern char *output_move_simode_const (); +extern char *output_move_simode (); +extern char *output_move_himode (); +extern char *output_move_qimode (); extern char *output_move_double (); extern char *output_move_const_single (); extern char *output_move_const_double (); |