File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1716,7 +1716,7 @@ struct AANoAliasCallSiteArgument final : AANoAliasImpl {
1716
1716
}
1717
1717
1718
1718
// / See AbstractAttribute::trackStatistics()
1719
- void trackStatistics () const override { STATS_DECLTRACK_ARG_ATTR (noalias) }
1719
+ void trackStatistics () const override { STATS_DECLTRACK_CSARG_ATTR (noalias) }
1720
1720
};
1721
1721
1722
1722
// / NoAlias attribute for function return value.
@@ -1782,7 +1782,7 @@ struct AANoAliasCallSiteReturned final : AANoAliasImpl {
1782
1782
}
1783
1783
1784
1784
// / See AbstractAttribute::trackStatistics()
1785
- void trackStatistics () const override { STATS_DECLTRACK_CS_ATTR (noalias); }
1785
+ void trackStatistics () const override { STATS_DECLTRACK_CSRET_ATTR (noalias); }
1786
1786
};
1787
1787
1788
1788
// / -------------------AAIsDead Function Attribute-----------------------
You can’t perform that action at this time.
0 commit comments