[llvm] r241110 - Modified a comment about the reason for the patch (removed commented code).

Nemanja Ivanovic nemanja.i.ibm at gmail.com
Tue Jun 30 13:01:17 PDT 2015


Author: nemanjai
Date: Tue Jun 30 15:01:16 2015
New Revision: 241110

URL: http://llvm.org/viewvc/llvm-project?rev=241110&view=rev
Log:
Modified a comment about the reason for the patch (removed commented code).

Modified:
    llvm/trunk/lib/Target/PowerPC/PPCISelLowering.cpp

Modified: llvm/trunk/lib/Target/PowerPC/PPCISelLowering.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/PowerPC/PPCISelLowering.cpp?rev=241110&r1=241109&r2=241110&view=diff
==============================================================================
--- llvm/trunk/lib/Target/PowerPC/PPCISelLowering.cpp (original)
+++ llvm/trunk/lib/Target/PowerPC/PPCISelLowering.cpp Tue Jun 30 15:01:16 2015
@@ -9960,9 +9960,8 @@ SDValue PPCTargetLowering::expandVSXLoad
   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;





More information about the llvm-commits mailing list