Skip to content

Commit 49dcfc7

Browse files
committed
comment on exact propagation
1 parent 89751b1 commit 49dcfc7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ir/struct-utils.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,8 @@ template<typename T> class TypeHierarchyPropagator {
415415
}
416416

417417
private:
418+
// `includeExact` is whether to propagate to exact subtypes only because there
419+
// are no exact supertypes.
418420
void propagate(StructValuesMap<T>& combinedInfos,
419421
bool toSubTypes,
420422
bool toSuperTypes,

0 commit comments

Comments
 (0)