diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-09-22 15:22:04 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-09-22 15:22:04 +0000 |
commit | 79e0cff74052972ae3794cdb4791864d406d16ec (patch) | |
tree | 21b476dfc623e3356f62e5f133c7927ccbfccdc1 /gcc/basic-block.h | |
parent | 84972db5b3f112ca1c838dc3bd7b2f333b99adea (diff) | |
download | gcc-79e0cff74052972ae3794cdb4791864d406d16ec.tar.gz |
2012-09-22 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk rev 191642 using svnmerge.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@191643 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/basic-block.h')
-rw-r--r-- | gcc/basic-block.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/basic-block.h b/gcc/basic-block.h index 288127f5660..32dd1773664 100644 --- a/gcc/basic-block.h +++ b/gcc/basic-block.h @@ -48,8 +48,7 @@ struct GTY((user)) edge_def { /* Auxiliary info specific to a pass. */ PTR aux; - /* Location of any goto implicit in the edge and associated BLOCK. */ - tree goto_block; + /* Location of any goto implicit in the edge. */ location_t goto_locus; /* The index number corresponding to this edge in the edge vector |