Skip to content

Commit c006029

Browse files
committed
minor fix
1 parent d6a435c commit c006029

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/phasar/Pointer/AliasInfo.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,8 @@ class [[gsl::Pointer]] AliasInfoRef
215215
[](void *AA, ByConstRef<v_t> Of, ByConstRef<n_t> At,
216216
llvm::function_ref<void(v_t)> WithAlias) {
217217
if constexpr (IsAliasIterator<ConcreteAA>) {
218-
return static_cast<ConcreteAA *>(AA)->aliasesof(Of, At,
219-
WithAlias);
218+
return static_cast<ConcreteAA *>(AA)->forallAliasesOf(Of, At,
219+
WithAlias);
220220
} else {
221221
auto AliasSetPtr =
222222
static_cast<ConcreteAA *>(AA)->getAliasSet(Of, At);

0 commit comments

Comments
 (0)