Re: [PATCH Atom] PR target/51287 fix (avoid unrecognized instruction error)

2011-11-24 Thread Ilya Enkovich
2011/11/24 Uros Bizjak : > Hello! > >> Here is a short patch to fix PR target/51287. Patch avoids >> get_attr_type call for instructions which cannot be recognized. >> >> 2011-11-24  Enkovich Ilya   >> >>       PR target/51287 >>       * i386.c (distance_non_agu_define_in_bb): Fix insn attr check.

Re: [PATCH Atom] PR target/51287 fix (avoid unrecognized instruction error)

2011-11-24 Thread Uros Bizjak
Hello! > Here is a short patch to fix PR target/51287. Patch avoids > get_attr_type call for instructions which cannot be recognized. > > 2011-11-24 Enkovich Ilya > > PR target/51287 > * i386.c (distance_non_agu_define_in_bb): Fix insn attr check. This is OK for mainline and releas

[PATCH Atom] PR target/51287 fix (avoid unrecognized instruction error)

2011-11-24 Thread Ilya Enkovich
Hello, Here is a short patch to fix PR target/51287. Patch avoids get_attr_type call for instructions which cannot be recognized. Bootstrapped and checked on linux-x86_64. 252.eon also works fine with this fix on Atom. Could please someone review it? Thanks, Ilya --- 2011-11-24 Enkovich Ilya