aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-05-06 22:04:35 +0000
committerRichard Stallman <rms@gnu.org>1992-05-06 22:04:35 +0000
commit95949d0ccc73f4bef55fe213c4b1d817cc25ca5b (patch)
tree65fa99d36afde0ec049e206232e201bdaf183e15 /gcc
parentddd8ab482ee9325b3f0cbd62f1b0840e1edac9ad (diff)
downloadgcc-95949d0ccc73f4bef55fe213c4b1d817cc25ca5b.zip
gcc-95949d0ccc73f4bef55fe213c4b1d817cc25ca5b.tar.gz
gcc-95949d0ccc73f4bef55fe213c4b1d817cc25ca5b.tar.bz2
*** empty log message ***
From-SVN: r923
Diffstat (limited to 'gcc')
-rw-r--r--gcc/calls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/calls.c b/gcc/calls.c
index 8541d16..971a60a 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;
}