aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorGeoffrey Keating <geoffk@redhat.com>2001-08-13 06:34:58 +0000
committerGeoffrey Keating <geoffk@gcc.gnu.org>2001-08-13 06:34:58 +0000
commit5fe2e41b3f6d65ee72471d7189dc513cf3ba3683 (patch)
tree9d60646ad0024a9fedfca5a1965f34903d160499 /gcc/rtl.h
parenta2b498cb8aca81a3a07e5d861340a36956d9c60f (diff)
downloadgcc-5fe2e41b3f6d65ee72471d7189dc513cf3ba3683.zip
gcc-5fe2e41b3f6d65ee72471d7189dc513cf3ba3683.tar.gz
gcc-5fe2e41b3f6d65ee72471d7189dc513cf3ba3683.tar.bz2
rtl.h: Move prototypes of rtx_alloc and rtvec_alloc around to better document the...
* rtl.h: Move prototypes of rtx_alloc and rtvec_alloc around to better document the files they're in. From-SVN: r44840
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index 917242a..50ec444 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -1161,14 +1161,12 @@ extern void optimize_save_area_alloca PARAMS ((rtx));
extern rtx gen_rtx PARAMS ((enum rtx_code,
enum machine_mode, ...));
extern rtvec gen_rtvec PARAMS ((int, ...));
-
-/* In other files */
-extern rtx rtx_alloc PARAMS ((RTX_CODE));
-extern rtvec rtvec_alloc PARAMS ((int));
extern rtx copy_insn_1 PARAMS ((rtx));
extern rtx copy_insn PARAMS ((rtx));
/* In rtl.c */
+extern rtx rtx_alloc PARAMS ((RTX_CODE));
+extern rtvec rtvec_alloc PARAMS ((int));
extern rtx copy_rtx PARAMS ((rtx));
/* In emit-rtl.c */