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:
parent
bd37fbf5d0
commit
0cc8f5c5a0
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue