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 | 0f9cff1ab880893819fbdd5f80243d950ee92644 (patch) | |
tree | 492063422b9602d9713544cff96e99d64a1b64b0 /llvm/lib/CodeGen/MachineBasicBlock.cpp | |
parent | fd2cf7f9d9fa51540096ff5418cf652d0360cbbd (diff) | |
download | llvm-0f9cff1ab880893819fbdd5f80243d950ee92644.zip llvm-0f9cff1ab880893819fbdd5f80243d950ee92644.tar.gz llvm-0f9cff1ab880893819fbdd5f80243d950ee92644.tar.bz2 |
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.
llvm-svn: 166770
Diffstat (limited to 'llvm/lib/CodeGen/MachineBasicBlock.cpp')
0 files changed, 0 insertions, 0 deletions