* unwind-dw2-fde.c: Fix comment typo.
From-SVN: r130422
This commit is contained in:
parent
726a48a936
commit
0ab2a34f3b
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2007-11-26 Ben Elliston <bje@au.ibm.com>
|
||||
|
||||
* unwind-dw2-fde.c: Fix comment typo.
|
||||
|
||||
2007-11-25 Richard Sandiford <rsandifo@nildram.co.uk>
|
||||
|
||||
* tree-sra.c (scalarize_use): Adjust the vpos argument to
|
||||
|
|
|
@ -44,7 +44,7 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
|
|||
|
||||
/* The unseen_objects list contains objects that have been registered
|
||||
but not yet categorized in any way. The seen_objects list has had
|
||||
it's pc_begin and count fields initialized at minimum, and is sorted
|
||||
its pc_begin and count fields initialized at minimum, and is sorted
|
||||
by decreasing value of pc_begin. */
|
||||
static struct object *unseen_objects;
|
||||
static struct object *seen_objects;
|
||||
|
|
Loading…
Add table
Reference in a new issue