re PR target/47000 (Failure to inline SSE intrinsics)

PR middle-end/47000
	* tree-inline.c (estimate_operator_cost): Handle VIEW_CONVERT_EXPR.

From-SVN: r168108
This commit is contained in:
Jan Hubicka 2010-12-21 11:30:33 +01:00 committed by Jan Hubicka
parent f0433b26e7
commit d4d92cd36c
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2010-12-21 Jan Hubicka <jh@suse.cz>
PR middle-end/47000
* tree-inline.c (estimate_operator_cost): Handle VIEW_CONVERT_EXPR.
2010-12-21 Jie Zhang <jie@codesourcery.com>
* config/arm/arm-ldmstm.ml: Fix a typo in comment.

View File

@ -3281,6 +3281,7 @@ estimate_operator_cost (enum tree_code code, eni_weights *weights,
CASE_CONVERT:
case COMPLEX_EXPR:
case PAREN_EXPR:
case VIEW_CONVERT_EXPR:
return 0;
/* Assign cost of 1 to usual operations.