*** empty log message ***
authorRichard Stallman <rms@gnu.org>
Wed, 6 May 1992 22:04:35 +0000 (22:04 +0000)
committerRichard Stallman <rms@gnu.org>
Wed, 6 May 1992 22:04:35 +0000 (22:04 +0000)
From-SVN: r923

gcc/calls.c

index 8541d16a9e4a13d0ab9677ae8c4a7239d007fb02..971a60a6ddc3efed06cbd1ef5b0090b8e7f5face 100644 (file)
@@ -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;
     }