* ree.c (struct ext_cand): Remove GTY markers.

From-SVN: r194310
This commit is contained in:
Steven Bosscher 2012-12-07 22:29:01 +00:00
parent 9b1baeef25
commit 8a1239acfc
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2012-12-07 Steven Bosscher <steven@gcc.gnu.org>
* ree.c (struct ext_cand): Remove GTY markers.
2012-12-07 Vladimir Makarov <vmakarov@redhat.com>
testsuite/gcc.target/i386/pr55141.c

View File

@ -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;