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) {
2195
2195
2196
2196
if (!FuncInfo.CanLowerReturn ) {
2197
2197
Register DemoteReg = FuncInfo.DemoteRegister ;
2198
- const Function *F = I.getParent ()->getParent ();
2199
2198
2200
2199
// Emit a store of the return value through the virtual register.
2201
2200
// Leave Outs empty so that LowerReturn won't try to load return
@@ -10980,7 +10979,6 @@ std::pair<SDValue, SDValue>
10980
10979
TargetLowering::LowerCallTo (TargetLowering::CallLoweringInfo &CLI) const {
10981
10980
// Handle the incoming return values from the call.
10982
10981
CLI.Ins .clear ();
10983
- Type *OrigRetTy = CLI.RetTy ;
10984
10982
SmallVector<EVT, 4 > RetTys;
10985
10983
SmallVector<TypeSize, 4 > Offsets;
10986
10984
auto &DL = CLI.DAG .getDataLayout ();
You can’t perform that action at this time.
0 commit comments