i386: Fix array index in expander
authorNathan Sidwell <nathan@acm.org>
Fri, 11 Sep 2020 21:13:52 +0000 (14:13 -0700)
committerNathan Sidwell <nathan@acm.org>
Fri, 11 Sep 2020 21:19:04 +0000 (14:19 -0700)
commit9d377c280c96df8234eab81d5e2253ee36aa3826
tree4218dac02be46a3790b93db4ab6f15f6a9186a96
parent64064678d6cb48fdc7e039fde15d471960d496d3
i386: Fix array index in expander

I noticed a compiler warning about out-of-bound access.  Fixed thusly.

gcc/
* config/i386/sse.md (mov<mode>): Fix operand indices.
gcc/config/i386/sse.md