Skip to content

Commit

Permalink
[Attributor] Fix typo
Browse files Browse the repository at this point in the history
llvm-svn: 370282
  • Loading branch information
Johannes Doerfert committed Aug 29, 2019
1 parent 216d8ff commit 1aac182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/lib/Transforms/IPO/Attributor.cpp
Expand Up @@ -1417,7 +1417,7 @@ struct AANonNullCallSiteArgument final : AANonNullFloating {
AANonNullCallSiteArgument(const IRPosition &IRP) : AANonNullFloating(IRP) {}

/// See AbstractAttribute::trackStatistics()
void trackStatistics() const override { STATS_DECLTRACK_CSARG_ATTR(nonnul) }
void trackStatistics() const override { STATS_DECLTRACK_CSARG_ATTR(nonnull) }
};

/// NonNull attribute for a call site return position.
Expand Down

0 comments on commit 1aac182

Please sign in to comment.