diff options
author | Nemanja Ivanovic <nemanja.i.ibm@gmail.com> | 2015-06-30 20:01:16 +0000 |
---|---|---|
committer | Nemanja Ivanovic <nemanja.i.ibm@gmail.com> | 2015-06-30 20:01:16 +0000 |
commit | 7df26c9b6fafce844fb6bf1101103e7f9ff3f859 (patch) | |
tree | 7687f7237d598f8173e94bc48edaaf34b02dbfcd /llvm/lib/Target/PowerPC/PPCISelLowering.cpp | |
parent | 7605cdef903072ad8c248f1564e6f986dfe1b050 (diff) | |
download | bcm5719-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.cpp | 3 |
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; |