aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorTrevor Saunders <tbsaunde+gcc@tbsaunde.org>2017-07-29 01:39:25 +0000
committerTrevor Saunders <tbsaunde@gcc.gnu.org>2017-07-29 01:39:25 +0000
commit22a7303de24b120c7124d0b2a4ad778bd452319e (patch)
treec9a03c87a549406f3b2cbb4dcdc28eebcf3920f1 /gcc/rtl.h
parent84c2ad2314c126204e29700f59004392fc5ac3cc (diff)
downloadgcc-22a7303de24b120c7124d0b2a4ad778bd452319e.zip
gcc-22a7303de24b120c7124d0b2a4ad778bd452319e.tar.gz
gcc-22a7303de24b120c7124d0b2a4ad778bd452319e.tar.bz2
replace shallow_copy_rtx_stat with c++
gcc/ChangeLog: 2017-07-28 Trevor Saunders <tbsaunde+gcc@tbsaunde.org> * rtl.c (shallow_copy_rtx_stat): Remove _stat from name. * rtl.h (shallow_copy_rtx): Remove macro. From-SVN: r250708
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index 1f4b641..8a68bb1 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -2725,8 +2725,7 @@ extern rtx copy_rtx_if_shared (rtx);
/* In rtl.c */
extern unsigned int rtx_size (const_rtx);
-extern rtx shallow_copy_rtx_stat (const_rtx MEM_STAT_DECL);
-#define shallow_copy_rtx(a) shallow_copy_rtx_stat (a MEM_STAT_INFO)
+extern rtx shallow_copy_rtx (const_rtx CXX_MEM_STAT_INFO);
extern int rtx_equal_p (const_rtx, const_rtx);
extern bool rtvec_all_equal_p (const_rtvec);