diff options
author | Jeffrey A Law <law@cygnus.com> | 1999-02-10 22:32:26 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-02-10 15:32:26 -0700 |
commit | b111589b09c11e2a18759d1ecbf75af3e53c8536 (patch) | |
tree | d15280ba281e8a6e2a1a55beb95006b83e299c09 /gcc | |
parent | e860aea39d7b09db04a97c1f936c8fa5bbac53cf (diff) | |
download | gcc-b111589b09c11e2a18759d1ecbf75af3e53c8536.zip gcc-b111589b09c11e2a18759d1ecbf75af3e53c8536.tar.gz gcc-b111589b09c11e2a18759d1ecbf75af3e53c8536.tar.bz2 |
* reorg.c: Finish deleting half-deleted comment.
From-SVN: r25142
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/reorg.c | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5fb1e56..65d743a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Wed Feb 10 23:28:28 1999 Jeffrey A Law (law@cygnus.com) + + * reorg.c: Finish deleting half-deleted comment. + Wed Feb 10 17:12:21 1999 Jim Wilson <wilson@cygnus.com> * emit-rtl.c (operand_subword): Sign extend REAL_VALUE_TO_TARGET_SINGLE diff --git a/gcc/reorg.c b/gcc/reorg.c index a8f52f9..c06ce23 100644 --- a/gcc/reorg.c +++ b/gcc/reorg.c @@ -164,8 +164,6 @@ static rtx *unfilled_firstobj; #define unfilled_slots_next \ ((rtx *) obstack_next_free (&unfilled_slots_obstack)) -/* This structure is used to indicate which hardware resources are set or - /* Points to the label before the end of the function. */ static rtx end_of_function_label; |