summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
diff options
context:
space:
mode:
authorJohannes Doerfert <jdoerfert@anl.gov>2019-08-29 01:26:09 +0000
committerJohannes Doerfert <jdoerfert@anl.gov>2019-08-29 01:26:09 +0000
commit1aac182f3137ced28fb393780773ff0ae816d276 (patch)
treebbe5a8ecf2e04708d834abc1e622cab3759934d8 /llvm/lib/Transforms
parent216d8ff60b51ce112eab9c887cc5a82895fc69e1 (diff)
downloadbcm5719-llvm-1aac182f3137ced28fb393780773ff0ae816d276.tar.gz
bcm5719-llvm-1aac182f3137ced28fb393780773ff0ae816d276.zip
[Attributor] Fix typo
llvm-svn: 370282
Diffstat (limited to 'llvm/lib/Transforms')
-rw-r--r--llvm/lib/Transforms/IPO/Attributor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/IPO/Attributor.cpp b/llvm/lib/Transforms/IPO/Attributor.cpp
index be609a2b238..84036813517 100644
--- a/llvm/lib/Transforms/IPO/Attributor.cpp
+++ b/llvm/lib/Transforms/IPO/Attributor.cpp
@@ -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.
OpenPOWER on IntegriCloud