mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-02 10:21:54 +00:00
Add missing break statement in PPCISelLowering
As it turns out, not a problem in practice, but it should be there. llvm-svn: 190720
This commit is contained in:
parent
0411803c14
commit
ac7ef3f74f
@ -7321,6 +7321,8 @@ SDValue PPCTargetLowering::PerformDAGCombine(SDNode *N,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
break;
|
||||
case ISD::BSWAP:
|
||||
// Turn BSWAP (LOAD) -> lhbrx/lwbrx.
|
||||
if (ISD::isNON_EXTLoad(N->getOperand(0).getNode()) &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user