From: Richard Stallman Date: Wed, 6 May 1992 22:04:35 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=95949d0ccc73f4bef55fe213c4b1d817cc25ca5b;p=gcc.git *** empty log message *** From-SVN: r923 --- diff --git a/gcc/calls.c b/gcc/calls.c index 8541d16a9e4..971a60a6ddc 100644 --- a/gcc/calls.c +++ b/gcc/calls.c @@ -1008,7 +1008,7 @@ expand_call (exp, target, ignore) += int_size_in_bytes (TREE_TYPE (args[i].tree_value)); } - if (copy_to_evaluate_size >= args_size.constant / 2) + if (copy_to_evaluate_size * 2 >= args_size.constant) must_preallocate = 1; }