[PowerPC] Fix typo in vector shuffle combining
authorQiu Chaofan <qiucofan@cn.ibm.com>
Tue, 13 Jul 2021 06:32:30 +0000 (14:32 +0800)
committerQiu Chaofan <qiucofan@cn.ibm.com>
Tue, 13 Jul 2021 06:35:47 +0000 (14:35 +0800)
commit6fd9c1901f40c1e9beceff67e05570afe2914e65
treec670e8c6a84bc071eeb7dfd715a13b170d0292e8
parente338d08ae609bf07b1f43ad15a6488e7c302800b
[PowerPC] Fix typo in vector shuffle combining

a22ecb4 fixed a crash on big endian subtargets. This commit fixes a typo
in that commit which may cause miscompile.
llvm/lib/Target/PowerPC/PPCISelLowering.cpp