* config/rs6000/rs6000.h (REG_ALLOC_ORDER): Add vrsave.

From-SVN: r46839
This commit is contained in:
Aldy Hernandez 2001-11-07 23:47:47 +00:00 committed by Aldy Hernandez
parent 2916c08508
commit 5856847524
2 changed files with 6 additions and 1 deletions

View 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.

View 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. */