Fix a small oversight
From-SVN: r36232
This commit is contained in:
parent
990a9693d4
commit
ff42776491
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2000-09-07 Bernd Schmidt <bernds@redhat.co.uk>
|
||||
|
||||
* rtl.c (class_narrowest_mode): Add entries for MODE_VECTOR_INT and
|
||||
MODE_VECTOR_FLOAT.
|
||||
|
||||
2000-09-06 Mark Mitchell <mark@codesourcery.com>
|
||||
|
||||
* c-common.h (prep_stmt): Declare.
|
||||
|
|
|
@ -205,7 +205,9 @@ const enum machine_mode class_narrowest_mode[(int) MAX_MODE_CLASS] = {
|
|||
/* MODE_PARTIAL_INT */ PQImode,
|
||||
/* MODE_CC */ CCmode,
|
||||
/* MODE_COMPLEX_INT */ CQImode,
|
||||
/* MODE_COMPLEX_FLOAT */ QCmode
|
||||
/* MODE_COMPLEX_FLOAT */ QCmode,
|
||||
/* MODE_VECTOR_INT */ V2QImode,
|
||||
/* MODE_VECTOR_FLOAT */ V2SFmode
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue