* i386.h (SSE_REGPARM_MAX): Set to 8 for x86_64.
From-SVN: r46375
This commit is contained in:
parent
b932f770f7
commit
df4e780e4b
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Sat Oct 20 12:05:31 CEST 2001 Jan Hubicka <jh@suse.cz>
|
||||
|
||||
* i386.h (SSE_REGPARM_MAX): Set to 8 for x86_64.
|
||||
|
||||
Sat Oct 20 12:01:07 CEST 2001 Jan Hubicka <jh@suse.cz>
|
||||
|
||||
* basic-block.h (find_sub_basic_blocks): Use sbitmap parameter.
|
||||
|
|
|
@ -2326,7 +2326,7 @@ while (0)
|
|||
|
||||
#define REGPARM_MAX (TARGET_64BIT ? 6 : 3)
|
||||
|
||||
#define SSE_REGPARM_MAX (TARGET_64BIT ? 16 : 0)
|
||||
#define SSE_REGPARM_MAX (TARGET_64BIT ? 8 : 0)
|
||||
|
||||
|
||||
/* Specify the machine mode that this machine uses
|
||||
|
|
Loading…
Add table
Reference in a new issue