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:
Nemanja Ivanovic 2015-06-30 20:01:16 +00:00
parent 4a04da337e
commit ce772898d6

View File

@ -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;