Commit e36f6190 by Krister Walfridsson Committed by Richard Henderson

* tree-inline.c (estimate_num_insns_1): Correct increase of count.

From-SVN: r84844
parent c0f43fa7
2004-07-16 Krister Walfridsson <cato@df.lth.se>
* tree-inline.c (estimate_num_insns_1): Correct increase of count.
2004-07-16 Richard Henderson <rth@redhat.com>
* builtins.c (std_expand_builtin_va_arg): Remove.
......
......@@ -1364,7 +1364,7 @@ estimate_num_insns_1 (tree *tp, int *walk_subtrees, void *data)
case ASM_EXPR:
case RESX_EXPR:
*count++;
*count += 1;
break;
/* Few special cases of expensive operations. This is useful
......
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