ia64.c (hfa_element_mode): Don't handle CHAR_TYPE.

* config/ia64/ia64.c (hfa_element_mode): Don't handle CHAR_TYPE.

From-SVN: r110686
This commit is contained in:
Roger Sayle 2006-02-07 03:20:46 +00:00 committed by Roger Sayle
parent bd37fbf5d0
commit 0cc8f5c5a0
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-02-06 Roger Sayle <roger@eyesopen.com>
* config/ia64/ia64.c (hfa_element_mode): Don't handle CHAR_TYPE.
2006-02-07 Ben Elliston <bje@au.ibm.com>
* config/i386/i386.c (ix86_scalar_mode_supported_p): New.

View File

@ -3816,7 +3816,7 @@ hfa_element_mode (tree type, bool nested)
switch (code)
{
case VOID_TYPE: case INTEGER_TYPE: case ENUMERAL_TYPE:
case BOOLEAN_TYPE: case CHAR_TYPE: case POINTER_TYPE:
case BOOLEAN_TYPE: case POINTER_TYPE:
case OFFSET_TYPE: case REFERENCE_TYPE: case METHOD_TYPE:
case LANG_TYPE: case FUNCTION_TYPE:
return VOIDmode;