diff options
author | Vladimir Makarov <vmakarov@gcc.gnu.org> | 1999-11-12 20:28:43 +0000 |
---|---|---|
committer | Vladimir Makarov <vmakarov@gcc.gnu.org> | 1999-11-12 20:28:43 +0000 |
commit | 11a6bfd046706988ac50624c932d7945a4b5b1f9 (patch) | |
tree | 9c38e33e601743d2f45f565d56635acbe11ccf94 /gcc | |
parent | bcf783f48cc448e1d961ce987396922fef9a37e7 (diff) | |
download | gcc-11a6bfd046706988ac50624c932d7945a4b5b1f9.zip gcc-11a6bfd046706988ac50624c932d7945a4b5b1f9.tar.gz gcc-11a6bfd046706988ac50624c932d7945a4b5b1f9.tar.bz2 |
Removing one unnecessary comment. It should be in the previous i960.h patch.
From-SVN: r30512
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/i960/i960.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/config/i960/i960.h b/gcc/config/i960/i960.h index 5f29336..dcb4f09 100644 --- a/gcc/config/i960/i960.h +++ b/gcc/config/i960/i960.h @@ -612,10 +612,6 @@ extern int hard_regno_mode_ok (); /* ??? It isn't clear to me why this is here. Perhaps because of a bug (since fixed) in the definition of INITIAL_FRAME_POINTER_OFFSET which would have caused this to fail. */ -/* ??? Must check current_function_has_nonlocal_goto, otherwise frame pointer - elimination messes up nonlocal goto sequences. I think this works for other - targets because they use indirect jumps for the return which disables fp - elimination. */ #define FRAME_POINTER_REQUIRED (! leaf_function_p ()) /* Definitions for register eliminations. |