[Attributor][NFC] Fix copy & paste error
llvm-svn: 369577
diff --git a/llvm/lib/Transforms/IPO/Attributor.cpp b/llvm/lib/Transforms/IPO/Attributor.cpp
index 57c59ae..71daf79 100644
--- a/llvm/lib/Transforms/IPO/Attributor.cpp
+++ b/llvm/lib/Transforms/IPO/Attributor.cpp
@@ -1336,7 +1336,7 @@
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.