From da01bc2cb4df9fb0ea53abb9bd12fb9aabad2511 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sat, 18 Sep 1993 18:25:10 -0400 Subject: [PATCH] (REG_ALLOC_ORDER): Add missing entries. From-SVN: r5355 --- gcc/config/alpha/alpha.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/alpha/alpha.h b/gcc/config/alpha/alpha.h index 0f68587cb5c..f4f11641ced 100644 --- a/gcc/config/alpha/alpha.h +++ b/gcc/config/alpha/alpha.h @@ -319,7 +319,7 @@ extern int target_flags; #define REG_ALLOC_ORDER \ {33, \ - 42, 43, 44, 45, \ + 42, 43, 44, 45, 46, 47, \ 54, 55, 56, 57, 58, 59, 60, 61, 62, \ 53, 52, 51, 50, 49, 48, \ 32, \ -- 2.30.2