mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
Correct faulty merge of r214923 due to echristo's subversion changes in trunk
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_35@214927 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e342c688a1
commit
fa840e7dfb
@ -1011,8 +1011,7 @@ int PPC::isVSLDOIShuffleMask(SDNode *N, unsigned ShuffleKind,
|
||||
if (ShiftAmt < i) return -1;
|
||||
|
||||
ShiftAmt -= i;
|
||||
bool isLE = DAG.getTarget().getSubtargetImpl()->getDataLayout()->
|
||||
isLittleEndian();
|
||||
bool isLE = DAG.getTarget().getDataLayout()->isLittleEndian();
|
||||
|
||||
if ((ShuffleKind == 0 && !isLE) || (ShuffleKind == 2 && isLE)) {
|
||||
// Check the rest of the elements to see if they are consecutive.
|
||||
|
Loading…
Reference in New Issue
Block a user