diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-02-10 22:32:26 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-02-10 22:32:26 +0000 |
commit | 3acd59a4987e1ddca355e7e9d795f6b51f87e0ea (patch) | |
tree | d15280ba281e8a6e2a1a55beb95006b83e299c09 /gcc/reorg.c | |
parent | 33e947dda022fa88858befaf86c1e5f85bec8ae8 (diff) | |
download | gcc-3acd59a4987e1ddca355e7e9d795f6b51f87e0ea.tar.gz |
* reorg.c: Finish deleting half-deleted comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25142 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/reorg.c')
-rw-r--r-- | gcc/reorg.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/reorg.c b/gcc/reorg.c index a8f52f955c9..c06ce23d3c7 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; |