OSDN Git Service

* config/rs6000/rs6000.h (REG_ALLOC_ORDER): Add vrsave.
authoraldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 7 Nov 2001 23:47:47 +0000 (23:47 +0000)
committeraldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 7 Nov 2001 23:47:47 +0000 (23:47 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46839 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/rs6000/rs6000.h

index 14b8e2d..5b9c592 100644 (file)
@@ -1,3 +1,7 @@
+2001-11-07  Aldy Hernandez  <aldyh@redhat.com>
+
+       * config/rs6000/rs6000.h (REG_ALLOC_ORDER): Add vrsave.
+
 2001-11-07  Neil Booth  <neil@daikokuya.demon.co.uk>
 
        * c-decl.c (pushdecl): Remove file and line.
index a5fa10b..a149cf2 100644 (file)
@@ -772,7 +772,8 @@ extern int rs6000_debug_arg;                /* debug argument handling */
    90, 89, 88, 87, 86, 85, 84, 83, 82, 81, 80,         \
    79,                                                 \
    96, 95, 94, 93, 92, 91,                             \
-   108, 107, 106, 105, 104, 103, 102, 101, 100, 99, 98, 97 \
+   108, 107, 106, 105, 104, 103, 102, 101, 100, 99, 98,        \
+   97, 109                                             \
 }
 
 /* True if register is floating-point.  */