]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/tree-inline.c
tree-inline.c (estimate_num_insns): For calls simply account for all passed arguments...
authorRichard Guenther <rguenther@suse.de>
Wed, 6 Apr 2011 08:56:28 +0000 (08:56 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Wed, 6 Apr 2011 08:56:28 +0000 (08:56 +0000)
commitff5d142c9e5debaec4ebb8d1c61734bae42fd25e
tree78fc627717f18d03bd2f359321819749ba6cbc55
parentd7d1d041aedeeb19cc16c718ec517aaeac81c10e
tree-inline.c (estimate_num_insns): For calls simply account for all passed arguments and a used return value.

2011-04-06  Richard Guenther  <rguenther@suse.de>

* tree-inline.c (estimate_num_insns): For calls simply account
for all passed arguments and a used return value.

From-SVN: r172024
gcc/ChangeLog
gcc/tree-inline.c