From: Aldy Hernandez Date: Wed, 7 Nov 2001 23:47:47 +0000 (+0000) Subject: * config/rs6000/rs6000.h (REG_ALLOC_ORDER): Add vrsave. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5856847524b36216e4f11909dfd9a1a862d7325e;p=gcc.git * config/rs6000/rs6000.h (REG_ALLOC_ORDER): Add vrsave. From-SVN: r46839 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 14b8e2d8848..5b9c592a6d9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2001-11-07 Aldy Hernandez + + * config/rs6000/rs6000.h (REG_ALLOC_ORDER): Add vrsave. + 2001-11-07 Neil Booth * c-decl.c (pushdecl): Remove file and line. diff --git a/gcc/config/rs6000/rs6000.h b/gcc/config/rs6000/rs6000.h index a5fa10b5b27..a149cf2be59 100644 --- a/gcc/config/rs6000/rs6000.h +++ b/gcc/config/rs6000/rs6000.h @@ -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. */