minor simplifying

This commit is contained in:
Vern Paxson 2023-11-30 13:43:28 -08:00
parent f8478def21
commit 3a2fe7f98c
7 changed files with 37 additions and 37 deletions

View file

@ -357,7 +357,7 @@ protected:
bool CheckTableRef(const TypePtr& t) const;
bool CheckCall(const CallExpr* c) const;
bool CheckSideEffects(SideEffectsOp::AccessType access, const TypePtr& t) const;
bool CheckSideEffects(const IDSet& non_local_ids, const std::unordered_set<const Type*>& aggrs) const;
bool CheckSideEffects(const IDSet& non_local_ids, const TypeSet& aggrs) const;
// Profile across all script functions.
ProfileFuncs& pfs;