forked from OSchip/llvm-project
[Attributor][NFC] Fix copy & paste error
llvm-svn: 369577
This commit is contained in:
parent
2db8528fb4
commit
5427aa843b
|
@ -1336,7 +1336,7 @@ struct AANonNullCallSiteArgument final : AANonNullFloating {
|
|||
AANonNullCallSiteArgument(const IRPosition &IRP) : AANonNullFloating(IRP) {}
|
||||
|
||||
/// See AbstractAttribute::trackStatistics()
|
||||
void trackStatistics() const override { STATS_DECLTRACK_CSARG_ATTR(aligned) }
|
||||
void trackStatistics() const override { STATS_DECLTRACK_CSARG_ATTR(nonnul) }
|
||||
};
|
||||
|
||||
/// NonNull attribute for a call site return position.
|
||||
|
|
Loading…
Reference in New Issue