]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/ChangeLog
i386.c (min_insn_size): Use get_attr_length for normal insns other than TYPE_MULTI...
authorJakub Jelinek <jakub@redhat.com>
Thu, 11 Jun 2009 06:42:08 +0000 (08:42 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 11 Jun 2009 06:42:08 +0000 (08:42 +0200)
commite521964299930c05e5306addf709980a52d4a62c
tree0f5a3d3a33b0b2685fa1e6f9d8f411d7615e5e0c
parentcaaabe0ae38fb8f38119ec5321bf62a121fde6fd
i386.c (min_insn_size): Use get_attr_length for normal insns other than TYPE_MULTI...

* config/i386/i386.c (min_insn_size): Use get_attr_length
for normal insns other than TYPE_MULTI, TYPE_OTHER and TYPE_FCMP.
For __asm return 0.

From-SVN: r148365
gcc/ChangeLog
gcc/config/i386/i386.c