diff options
author | Nick Clifton <nickc@redhat.com> | 2001-01-10 21:40:14 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2001-01-10 21:40:14 +0000 |
commit | 414c4dc49c98c5b9bba72a22fe471a93f8c949c2 (patch) | |
tree | d33a69591d21d0e9be87be6a3ff5261606e9bca5 /gcc/emit-rtl.c | |
parent | 5c5d1ea0c8c9faf670e045f24fbe53f5115d46da (diff) | |
download | gcc-414c4dc49c98c5b9bba72a22fe471a93f8c949c2.zip gcc-414c4dc49c98c5b9bba72a22fe471a93f8c949c2.tar.gz gcc-414c4dc49c98c5b9bba72a22fe471a93f8c949c2.tar.bz2 |
Remove {save|restore}_machine_status.
Document {init|mark|free}_machine_status.
From-SVN: r38882
Diffstat (limited to 'gcc/emit-rtl.c')
-rw-r--r-- | gcc/emit-rtl.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/emit-rtl.c b/gcc/emit-rtl.c index 0206bbd..33c6d90 100644 --- a/gcc/emit-rtl.c +++ b/gcc/emit-rtl.c @@ -4080,9 +4080,9 @@ init_emit_once (line_numbers) ggc_add_rtx_root (global_rtl, GR_MAX); #ifdef INIT_EXPANDERS - /* This is to initialize save_machine_status and restore_machine_status before - the first call to push_function_context_to. This is needed by the Chill - front end which calls push_function_context_to before the first cal to + /* This is to initialize {init|mark|free}_machine_status before the first + call to push_function_context_to. This is needed by the Chill front + end which calls push_function_context_to before the first cal to init_function_start. */ INIT_EXPANDERS; #endif |