From ce772898d69c82e634df5c77b4037fbd968049ea Mon Sep 17 00:00:00 2001 From: Nemanja Ivanovic Date: Tue, 30 Jun 2015 20:01:16 +0000 Subject: [PATCH] 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 --- lib/Target/PowerPC/PPCISelLowering.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; -- 2.34.1