* i386.h (SSE_REGPARM_MAX): Set to 8 for x86_64.
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 20 Oct 2001 10:09:07 +0000 (10:09 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 20 Oct 2001 10:09:07 +0000 (10:09 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46375 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/i386/i386.h

index 8b6793b..afaba71 100644 (file)
@@ -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.
index da093be..f3e855c 100644 (file)
@@ -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)
 
 \f
 /* Specify the machine mode that this machine uses