diff options
author | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2012-10-26 12:09:58 +0000 |
---|---|---|
committer | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2012-10-26 12:09:58 +0000 |
commit | edf5e9a1d5f0cb4cfe747c761c73a2e303f365c4 (patch) | |
tree | b3520a160a5f0109e38cb69a3df1b9d4bdaf14a8 /lib/CodeGen/MachineBasicBlock.cpp | |
parent | 6f20194cdbe4f0884e96dbb8829f0bf87fc90871 (diff) |
PowerPC: Fix for rldcl/rldicl/rldicr MC emission
This patch fixes the rldcl/rldicl/rldicr instruction emission. The issue is
the MDForm_1 instruction defines the PowerISA MB field from 'rldicl'
with the name MBE, but RLDCL/RLDICL/RLDICR definition uses as 'MB'.
It end up by generatint the 'rldicl' enconding at
'lib/Target/PowerPC/PPCGenMCCodeEmitter.inc' to use the fourth argument as the
third. The patch changes it by adjusting to use the fourth argument as
intended.
Fixes PR14180.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166770 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/MachineBasicBlock.cpp')
0 files changed, 0 insertions, 0 deletions