*** empty log message ***

From-SVN: r937
This commit is contained in:
Richard Stallman 1992-05-07 22:40:59 +00:00
parent c623ad336a
commit c62f36cfc6

View File

@ -1008,7 +1008,8 @@ expand_call (exp, target, ignore)
+= int_size_in_bytes (TREE_TYPE (args[i].tree_value)); += int_size_in_bytes (TREE_TYPE (args[i].tree_value));
} }
if (copy_to_evaluate_size * 2 >= args_size.constant) if (copy_to_evaluate_size * 2 >= args_size.constant
&& args_size.constant > 0)
must_preallocate = 1; must_preallocate = 1;
} }