This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFA: MN10300: Add support for LIW instructions


> +      enum attr_liw liw1, liw2;
> +      enum attr_liw_op op1, op2;
> +      bool swapped = false;
> +
> +      insn1 = r;
> +      if (! liw_candidate (insn1))
> +	continue;
> +
> +      insn2 = next_nonnote_nondebug_insn (insn1);
> +      if (! liw_candidate (insn2))
> +	continue;
> +
> +      if (liw2 == liw1 && liw1 != LIW_EITHER)
> +	continue;

I don't see where liw1/2 are initiailized anymore?


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]