re PR c++/16681 (array initialization in struct construct is a memory hog)

PR c++/16681
	* tree-inline.c (estimate_num_insns_1): Add RANGE_EXPR case.

From-SVN: r91930
This commit is contained in:
Nathan Sidwell 2004-12-09 10:43:54 +00:00 committed by Nathan Sidwell
parent 257d5f32ce
commit 61fcaeec1e
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2004-12-09 Nathan Sidwell <nathan@codesourcery.com>
PR c++/16681
* tree-inline.c (estimate_num_insns_1): Add RANGE_EXPR case.
2004-12-08 Richard Henderson <rth@redhat.com>
* config/i386/i386.md: Use FLAGS_REG everywhere.

View File

@ -1183,6 +1183,7 @@ estimate_num_insns_1 (tree *tp, int *walk_subtrees, void *data)
case SAVE_EXPR:
case ADDR_EXPR:
case COMPLEX_EXPR:
case RANGE_EXPR:
case CASE_LABEL_EXPR:
case SSA_NAME:
case CATCH_EXPR: