Commit ff427764 by Bernd Schmidt Committed by Bernd Schmidt

Fix a small oversight

From-SVN: r36232
parent 990a9693
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> 2000-09-06 Mark Mitchell <mark@codesourcery.com>
* c-common.h (prep_stmt): Declare. * c-common.h (prep_stmt): Declare.
......
...@@ -205,7 +205,9 @@ const enum machine_mode class_narrowest_mode[(int) MAX_MODE_CLASS] = { ...@@ -205,7 +205,9 @@ const enum machine_mode class_narrowest_mode[(int) MAX_MODE_CLASS] = {
/* MODE_PARTIAL_INT */ PQImode, /* MODE_PARTIAL_INT */ PQImode,
/* MODE_CC */ CCmode, /* MODE_CC */ CCmode,
/* MODE_COMPLEX_INT */ CQImode, /* MODE_COMPLEX_INT */ CQImode,
/* MODE_COMPLEX_FLOAT */ QCmode /* MODE_COMPLEX_FLOAT */ QCmode,
/* MODE_VECTOR_INT */ V2QImode,
/* MODE_VECTOR_FLOAT */ V2SFmode
}; };
......
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