Commit 58568475 by Aldy Hernandez Committed by Aldy Hernandez

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

From-SVN: r46839
parent 2916c085
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> 2001-11-07 Neil Booth <neil@daikokuya.demon.co.uk>
* c-decl.c (pushdecl): Remove file and line. * c-decl.c (pushdecl): Remove file and line.
......
...@@ -772,7 +772,8 @@ extern int rs6000_debug_arg; /* debug argument handling */ ...@@ -772,7 +772,8 @@ extern int rs6000_debug_arg; /* debug argument handling */
90, 89, 88, 87, 86, 85, 84, 83, 82, 81, 80, \ 90, 89, 88, 87, 86, 85, 84, 83, 82, 81, 80, \
79, \ 79, \
96, 95, 94, 93, 92, 91, \ 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. */ /* True if register is floating-point. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment