From: Nemanja Ivanovic Date: Tue, 30 Jun 2015 20:01:16 +0000 (+0000) Subject: Modified a comment about the reason for the patch (removed commented code). X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ce772898d69c82e634df5c77b4037fbd968049ea;p=oota-llvm.git 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 --- diff --git a/lib/Target/PowerPC/PPCISelLowering.cpp b/lib/Target/PowerPC/PPCISelLowering.cpp index f657c1ff49e..594472bbb47 100644 --- a/lib/Target/PowerPC/PPCISelLowering.cpp +++ b/lib/Target/PowerPC/PPCISelLowering.cpp @@ -9960,9 +9960,8 @@ SDValue PPCTargetLowering::expandVSXLoadForLE(SDNode *N, case ISD::INTRINSIC_W_CHAIN: { MemIntrinsicSDNode *Intrin = cast(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;