aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorRichard Kenner <kenner@vlsi1.ultra.nyu.edu>2001-11-06 14:47:43 +0000
committerRichard Kenner <kenner@gcc.gnu.org>2001-11-06 09:47:43 -0500
commit03f5402658f745ab297ed24216311dcefe4ca633 (patch)
treef972cb555703b7e43d818f9f647b442e9974ef40 /gcc/rtl.h
parentbfd82dbfc72ead366d2aec6401d1e1057342d710 (diff)
downloadgcc-03f5402658f745ab297ed24216311dcefe4ca633.zip
gcc-03f5402658f745ab297ed24216311dcefe4ca633.tar.gz
gcc-03f5402658f745ab297ed24216311dcefe4ca633.tar.bz2
rtl.h (mem_for_const_double): New declaration.
* rtl.h (mem_for_const_double): New declaration. * varasm.c (mem_for_const_double): New function. * config/convex/convex.md (movdf): Use it. * config/m68k/hp320.h (LEGITIMATE_PIC_OPERAND_P): Likewise. * config/m68k/linux.h, config/m68k/m68k.h: Likewise. * config/m68k/m68kv4.h: Likewise. From-SVN: r46808
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index 6260f57..872d70d 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -1273,6 +1273,7 @@ extern rtx gen_sequence PARAMS ((void));
/* In varasm.c */
extern rtx immed_double_const PARAMS ((HOST_WIDE_INT, HOST_WIDE_INT, enum machine_mode));
+extern rtx mem_for_const_double PARAMS ((rtx));
extern rtx force_const_mem PARAMS ((enum machine_mode, rtx));
/* In varasm.c */