mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
[Attributor][NFC] Fix copy & paste error
llvm-svn: 369577
This commit is contained in:
parent
0d23b48581
commit
ba49309583
@ -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…
x
Reference in New Issue
Block a user