mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-19 23:20:13 +08:00
* ree.c (struct ext_cand): Remove GTY markers.
From-SVN: r194310
This commit is contained in:
parent
9b1baeef25
commit
8a1239acfc
@ -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>
|
2012-12-07 Vladimir Makarov <vmakarov@redhat.com>
|
||||||
|
|
||||||
testsuite/gcc.target/i386/pr55141.c
|
testsuite/gcc.target/i386/pr55141.c
|
||||||
|
@ -243,7 +243,7 @@ along with GCC; see the file COPYING3. If not see
|
|||||||
|
|
||||||
/* This structure represents a candidate for elimination. */
|
/* This structure represents a candidate for elimination. */
|
||||||
|
|
||||||
typedef struct GTY(()) ext_cand
|
typedef struct ext_cand
|
||||||
{
|
{
|
||||||
/* The expression. */
|
/* The expression. */
|
||||||
const_rtx expr;
|
const_rtx expr;
|
||||||
|
Loading…
Reference in New Issue
Block a user