[NFC][PowerPC] Remove the redundant InstAlias for OR instruction
authorKang Zhang <shkzhang@cn.ibm.com>
Tue, 9 Jun 2020 03:32:27 +0000 (03:32 +0000)
committerKang Zhang <shkzhang@cn.ibm.com>
Tue, 9 Jun 2020 03:32:27 +0000 (03:32 +0000)
commite3546c78cabfbf670391a57766872f0a8e28a423
tree969554999d4fe1e08e43877ec7f19c55353dff3d
parent5fda192fed14d2024dd774e24a50d8208a654359
[NFC][PowerPC] Remove the redundant InstAlias for OR instruction

Summary:
We have handle the InstAlias for OR instructions, but we handle it
agagin in PPCInstPrinter.cpp.
This patch is to Remove the redundant InstAlias for OR instruction.

Reviewed By: steven.zhang

Differential Revision: https://reviews.llvm.org/D80502
llvm/lib/Target/PowerPC/MCTargetDesc/PPCInstPrinter.cpp