low-level tidying

This commit is contained in:
Vern Paxson 2021-01-10 14:15:11 -08:00
parent 607e9950bf
commit e42b1fa05d
2 changed files with 3 additions and 2 deletions

View file

@ -154,7 +154,7 @@ void Inliner::InlineFunction(FuncInfo* f)
f->Func()->SetFrameSize(new_frame_size);
}
ExprPtr Inliner::CheckForInlining(IntrusivePtr<CallExpr> c)
ExprPtr Inliner::CheckForInlining(CallExprPtr c)
{
auto f = c->Func();