Modified a comment about the reason for the patch (removed commented code).
authorNemanja Ivanovic <nemanja.i.ibm@gmail.com>
Tue, 30 Jun 2015 20:01:16 +0000 (20:01 +0000)
committerNemanja Ivanovic <nemanja.i.ibm@gmail.com>
Tue, 30 Jun 2015 20:01:16 +0000 (20:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241110 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/PPCISelLowering.cpp

index f657c1ff49e18d4a2037f6b3e88c9d640765f1eb..594472bbb47b2f5aa4eebf6bf5606a611c723a1b 100644 (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;