Commit 9d72d996 by Jakub Jelinek Committed by Jakub Jelinek

* config/i386/i386.h (CALL_USED_REGISTERS): Fix comment pastos.

From-SVN: r94321
parent d8dd2f3a
2005-01-27 Jakub Jelinek <jakub@redhat.com> 2005-01-27 Jakub Jelinek <jakub@redhat.com>
* config/i386/i386.h (CALL_USED_REGISTERS): Fix comment pastos.
PR c/18946 PR c/18946
* c-decl.c (warn_if_shadowing): Handle old_decl error_mark_node. * c-decl.c (warn_if_shadowing): Handle old_decl error_mark_node.
(pushdecl): Only use DECL_FILE_SCOPE_P if DECL_P. (pushdecl): Only use DECL_FILE_SCOPE_P if DECL_P.
......
...@@ -967,10 +967,10 @@ extern int x86_prefetch_sse; ...@@ -967,10 +967,10 @@ extern int x86_prefetch_sse;
and the register where structure-value addresses are passed. and the register where structure-value addresses are passed.
Aside from that, you can include as many other registers as you like. Aside from that, you can include as many other registers as you like.
The value is zero if the register is not fixed on either 32 or The value is zero if the register is not call used on either 32 or
64 bit targets, one if the register if fixed on both 32 and 64 64 bit targets, one if the register if call used on both 32 and 64
bit targets, two if it is only fixed on 32bit targets and three bit targets, two if it is only call used on 32bit targets and three
if its only fixed on 64bit targets. if its only call used on 64bit targets.
Proper values are computed in the CONDITIONAL_REGISTER_USAGE. Proper values are computed in the CONDITIONAL_REGISTER_USAGE.
*/ */
#define CALL_USED_REGISTERS \ #define CALL_USED_REGISTERS \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment