mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-12 07:40:58 +00:00
Modified a comment about the reason for the patch (removed commented code).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241110 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4a04da337e
commit
ce772898d6
@ -9960,9 +9960,8 @@ SDValue PPCTargetLowering::expandVSXLoadForLE(SDNode *N,
|
||||
case ISD::INTRINSIC_W_CHAIN: {
|
||||
MemIntrinsicSDNode *Intrin = cast<MemIntrinsicSDNode>(N);
|
||||
Chain = Intrin->getChain();
|
||||
// I supppose that similarly to the store case below, this doesn't get
|
||||
// Similarly to the store case below, Intrin->getBasePtr() doesn't get
|
||||
// us what we want. Get operand 2 instead.
|
||||
//Base = Intrin->getBasePtr();
|
||||
Base = Intrin->getOperand(2);
|
||||
MMO = Intrin->getMemOperand();
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user