Commit 0cc8f5c5 by Roger Sayle Committed by Roger Sayle

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
parent bd37fbf5
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;
......
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