diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2017-10-18 13:31:28 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2017-10-18 13:31:28 +0000 |
| commit | 6f43bd4bde15873fe000e27575a54f5223637cf8 (patch) | |
| tree | cdea2c9b17e7a0a44a0c44df12473c16351d0931 /llvm/lib/CodeGen | |
| parent | da8808bf91973db7840badac408f55cc38f267cb (diff) | |
| download | bcm5719-llvm-6f43bd4bde15873fe000e27575a54f5223637cf8.tar.gz bcm5719-llvm-6f43bd4bde15873fe000e27575a54f5223637cf8.zip | |
Untabify.
llvm-svn: 316079
Diffstat (limited to 'llvm/lib/CodeGen')
| -rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp b/llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp index fa35b315a5b..778573390eb 100644 --- a/llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp @@ -2941,7 +2941,7 @@ SDValue DAGTypeLegalizer::WidenVecRes_MLOAD(MaskedLoadSDNode *N) { SDValue Res = DAG.getMaskedLoad(WidenVT, dl, N->getChain(), N->getBasePtr(), Mask, Src0, N->getMemoryVT(), N->getMemOperand(), ExtType, - N->isExpandingLoad()); + N->isExpandingLoad()); // Legalize the chain result - switch anything that used the old chain to // use the new one. ReplaceValueWith(SDValue(N, 1), Res.getValue(1)); |

