aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1995-04-07 12:36:20 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1995-04-07 12:36:20 -0400
commit9c5f2956d0ed00d1c1329c4aae0a14f7c96f8da5 (patch)
treebacb12d4ae0abb3a443fc610bcacdb87b1220275 /gcc/rtl.h
parent9fcfcce70560913bbcc3d8fcf8e62fc2a73e4e26 (diff)
downloadgcc-9c5f2956d0ed00d1c1329c4aae0a14f7c96f8da5.zip
gcc-9c5f2956d0ed00d1c1329c4aae0a14f7c96f8da5.tar.gz
gcc-9c5f2956d0ed00d1c1329c4aae0a14f7c96f8da5.tar.bz2
(convert_memory_address): Add extra arg.
From-SVN: r9330
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 94a7227..78904d6 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -730,6 +730,7 @@ extern rtx operand_subword PROTO((rtx, int, int, enum machine_mode));
extern rtx operand_subword_force PROTO((rtx, int, enum machine_mode));
extern int subreg_lowpart_p PROTO((rtx));
extern rtx make_safe_from PROTO((rtx, rtx));
+extern rtx convert_memory_address PROTO((enum machine_mode, rtx));
extern rtx memory_address PROTO((enum machine_mode, rtx));
extern rtx get_insns PROTO((void));
extern rtx get_last_insn PROTO((void));