[llvm] 35b92c1 - [docs] fix typo
Nuno Lopes via llvm-commits
llvm-commits at lists.llvm.org
Sun Feb 20 10:43:35 PST 2022
Author: Nuno Lopes
Date: 2022-02-20T18:43:30Z
New Revision: 35b92c1464ad5b79c83a1982849c64b6ca261377
URL: https://github.com/llvm/llvm-project/commit/35b92c1464ad5b79c83a1982849c64b6ca261377
DIFF: https://github.com/llvm/llvm-project/commit/35b92c1464ad5b79c83a1982849c64b6ca261377.diff
LOG: [docs] fix typo
Added:
Modified:
llvm/docs/Frontend/PerformanceTips.rst
Removed:
################################################################################
diff --git a/llvm/docs/Frontend/PerformanceTips.rst b/llvm/docs/Frontend/PerformanceTips.rst
index e4a3bc034b47..dfa3ccdd1ddd 100644
--- a/llvm/docs/Frontend/PerformanceTips.rst
+++ b/llvm/docs/Frontend/PerformanceTips.rst
@@ -231,7 +231,7 @@ Undefined Values
#. Use poison values instead of undef values whenever possible.
-#. Tag function attributes with the noundef attribute whenever possible.
+#. Tag function parameters with the noundef attribute whenever possible.
Modeling Memory Effects
^^^^^^^^^^^^^^^^^^^^^^^^
More information about the llvm-commits
mailing list