summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCISelLowering.cpp
diff options
context:
space:
mode:
authorNemanja Ivanovic <nemanja.i.ibm@gmail.com>2015-06-30 20:01:16 +0000
committerNemanja Ivanovic <nemanja.i.ibm@gmail.com>2015-06-30 20:01:16 +0000
commit7df26c9b6fafce844fb6bf1101103e7f9ff3f859 (patch)
tree7687f7237d598f8173e94bc48edaaf34b02dbfcd /llvm/lib/Target/PowerPC/PPCISelLowering.cpp
parent7605cdef903072ad8c248f1564e6f986dfe1b050 (diff)
downloadbcm5719-llvm-7df26c9b6fafce844fb6bf1101103e7f9ff3f859.tar.gz
bcm5719-llvm-7df26c9b6fafce844fb6bf1101103e7f9ff3f859.zip
Modified a comment about the reason for the patch (removed commented code).
llvm-svn: 241110
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCISelLowering.cpp')
-rw-r--r--llvm/lib/Target/PowerPC/PPCISelLowering.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCISelLowering.cpp b/llvm/lib/Target/PowerPC/PPCISelLowering.cpp
index f657c1ff49e..594472bbb47 100644
--- a/llvm/lib/Target/PowerPC/PPCISelLowering.cpp
+++ b/llvm/lib/Target/PowerPC/PPCISelLowering.cpp
@@ -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;
OpenPOWER on IntegriCloud