File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
llvm/lib/CodeGen/SelectionDAG Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -2195,7 +2195,6 @@ void SelectionDAGBuilder::visitRet(const ReturnInst &I) {
21952195
21962196 if (!FuncInfo.CanLowerReturn ) {
21972197 Register DemoteReg = FuncInfo.DemoteRegister ;
2198- const Function *F = I.getParent ()->getParent ();
21992198
22002199 // Emit a store of the return value through the virtual register.
22012200 // Leave Outs empty so that LowerReturn won't try to load return
@@ -10980,7 +10979,6 @@ std::pair<SDValue, SDValue>
1098010979TargetLowering::LowerCallTo (TargetLowering::CallLoweringInfo &CLI) const {
1098110980 // Handle the incoming return values from the call.
1098210981 CLI.Ins .clear ();
10983- Type *OrigRetTy = CLI.RetTy ;
1098410982 SmallVector<EVT, 4 > RetTys;
1098510983 SmallVector<TypeSize, 4 > Offsets;
1098610984 auto &DL = CLI.DAG .getDataLayout ();
You can’t perform that action at this time.
0 commit comments