[PATCH, rs6000] Fix type attribute for a few insns

2016-02-04 Thread Pat Haugen
The following patch fixes a few insns that were specifying an incorrect 'type' attribute. Bootstrap/regtest on powerpc64-linux with no new regressions. Ok for trunk? -Pat 2016-02-04 Pat Haugen * config/rs6000/crypto.md (crypto_vpermxor_): Correct insn type.

Re: [PATCH, rs6000] Fix type attribute for a few insns

2016-02-04 Thread David Edelsohn
On Thu, Feb 4, 2016 at 9:33 PM, Pat Haugen wrote: > The following patch fixes a few insns that were specifying an incorrect > 'type' attribute. > > Bootstrap/regtest on powerpc64-linux with no new regressions. Ok for trunk? > > -Pat > > > 2016-02-04 Pat Haugen