Commit 61fcaeec by Nathan Sidwell Committed by Nathan Sidwell

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
parent 257d5f32
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.
......
......@@ -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:
......
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