]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/tree-inline.c
re PR tree-optimization/40992 (cunroll ignoring asm size)
authorAndrew Pinski <andrew_pinski@playstation.sony.com>
Mon, 5 Oct 2009 17:46:35 +0000 (17:46 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Mon, 5 Oct 2009 17:46:35 +0000 (10:46 -0700)
commit2bd1d2c8d2d026168111295dc53d604856b74deb
tree76d28ac5e1fa941648deb5fd3f3b91d9ea13d6ee
parent4cdc876153cc0ddcda76174f868e1722f389be04
re PR tree-optimization/40992 (cunroll ignoring asm size)

2009-10-05  Andrew Pinski  <andrew_pinski@playstation.sony.com>

        PR tree-opt/40992
        * final.c (asm_str_count): Split out from asm_insn_count.
        * rtl.h (asm_str_count): New prototype.
        * tree-inline (estimate_num_insns) <case GIMPLE_ASM>: Call
        asm_str_count.

From-SVN: r152458
gcc/ChangeLog
gcc/final.c
gcc/rtl.h
gcc/tree-inline.c