diff options
author | Simon Dardis <simon.dardis@imgtec.com> | 2017-04-07 17:25:05 +0000 |
---|---|---|
committer | Simon Dardis <simon.dardis@imgtec.com> | 2017-04-07 17:25:05 +0000 |
commit | f7e4388e3bdcad8956a6bb3b66aa39768e259ed3 (patch) | |
tree | 014f545fbf7bff54b86bd5eef5a5fed7b974f625 /llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp | |
parent | bfad55fbc0a112bdb70c984b227dd96a02731da1 (diff) | |
download | bcm5719-llvm-f7e4388e3bdcad8956a6bb3b66aa39768e259ed3.tar.gz bcm5719-llvm-f7e4388e3bdcad8956a6bb3b66aa39768e259ed3.zip |
Revert "[SelectionDAG] Enable target specific vector scalarization of calls and returns"
This reverts commit r299766. This change appears to have broken the MIPS
buildbots. Reverting while I investigate.
Revert "[mips] Remove usage of debug only variable (NFC)"
This reverts commit r299769. Follow up commit.
llvm-svn: 299788
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp b/llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp index 1e2dc3a9f23..d27e2455978 100644 --- a/llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp @@ -835,7 +835,7 @@ SelectionDAGBuilder::LowerStatepoint(ImmutableStatepoint ISP, // completely and make statepoint call to return a tuple. unsigned Reg = FuncInfo.CreateRegs(RetTy); RegsForValue RFV(*DAG.getContext(), DAG.getTargetLoweringInfo(), - DAG.getDataLayout(), Reg, RetTy, true); + DAG.getDataLayout(), Reg, RetTy); SDValue Chain = DAG.getEntryNode(); RFV.getCopyToRegs(ReturnValue, DAG, getCurSDLoc(), Chain, nullptr); |