aboutsummaryrefslogtreecommitdiff
path: root/gcc/ree.c
diff options
context:
space:
mode:
authorSteven Bosscher <steven@gcc.gnu.org>2012-12-07 22:29:01 +0000
committerSteven Bosscher <steven@gcc.gnu.org>2012-12-07 22:29:01 +0000
commit8a1239acfc0c9103059cc388132a451f7782d9e2 (patch)
tree0b7d1032e0f1834f66a0be7099339c0503434306 /gcc/ree.c
parent9b1baeef25b109c08ee31724057e8a6925b80636 (diff)
downloadgcc-8a1239acfc0c9103059cc388132a451f7782d9e2.zip
gcc-8a1239acfc0c9103059cc388132a451f7782d9e2.tar.gz
gcc-8a1239acfc0c9103059cc388132a451f7782d9e2.tar.bz2
* ree.c (struct ext_cand): Remove GTY markers.
From-SVN: r194310
Diffstat (limited to 'gcc/ree.c')
-rw-r--r--gcc/ree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ree.c b/gcc/ree.c
index 8d5b0b3..5bf9b66 100644
--- a/gcc/ree.c
+++ b/gcc/ree.c
@@ -243,7 +243,7 @@ along with GCC; see the file COPYING3. If not see
/* This structure represents a candidate for elimination. */
-typedef struct GTY(()) ext_cand
+typedef struct ext_cand
{
/* The expression. */
const_rtx expr;