diff options
author | dann <dann@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-02 02:39:15 +0000 |
---|---|---|
committer | dann <dann@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-02 02:39:15 +0000 |
commit | 9bc2282c56748dd872dfc03f953c8539f7cbab81 (patch) | |
tree | 38a0908d766fce589e9428a80444d100866d3cd3 /gcc/ggc.h | |
parent | d915484974f2ceb33af052cd9b4229e333cddc58 (diff) | |
download | gcc-9bc2282c56748dd872dfc03f953c8539f7cbab81.tar.gz |
*** empty log message ***
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86955 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ggc.h')
-rw-r--r-- | gcc/ggc.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/ggc.h b/gcc/ggc.h index 821de0c2b32..13ac2c5c5c5 100644 --- a/gcc/ggc.h +++ b/gcc/ggc.h @@ -245,9 +245,6 @@ extern void dump_ggc_loc_statistics (void); #define GGC_NEWVAR(T, S) ((T *) ggc_alloc ((S))) #define GGC_CNEWVAR(T, S) ((T *) ggc_alloc_cleared ((S))) -#define ggc_alloc_rtx(CODE) \ - ((rtx) ggc_alloc_typed (gt_ggc_e_7rtx_def, RTX_SIZE (CODE))) - #define ggc_alloc_rtvec(NELT) \ ((rtvec) ggc_alloc_typed (gt_ggc_e_9rtvec_def, sizeof (struct rtvec_def) \ + ((NELT) - 1) * sizeof (rtx))) |