aboutsummaryrefslogtreecommitdiff
path: root/llvm/docs/LangRef.rst
diff options
context:
space:
mode:
authorNic <NCGThompson@gmail.com>2024-01-09 16:29:00 -0500
committerGitHub <noreply@github.com>2024-01-09 16:29:00 -0500
commitcd101ab76bdee8d2583ae7b0dfbae9a745373731 (patch)
treeb70ed9a211c5fd7a8d95da91940a3abec54689a8 /llvm/docs/LangRef.rst
parent3a8a9267c5ee75e0d1e2f00662d2b913e1dba8d1 (diff)
downloadllvm-cd101ab76bdee8d2583ae7b0dfbae9a745373731.zip
llvm-cd101ab76bdee8d2583ae7b0dfbae9a745373731.tar.gz
llvm-cd101ab76bdee8d2583ae7b0dfbae9a745373731.tar.bz2
[LangRef] Tweak description of `@llvm.is.constant.*` (#77519)
Fixes #77517
Diffstat (limited to 'llvm/docs/LangRef.rst')
-rw-r--r--llvm/docs/LangRef.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index 2722333..d881deb 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -27228,9 +27228,6 @@ obviously not constant. However, a call like
function is inlined, if the value passed to the function parameter was
a constant.
-On the other hand, if constant folding is not run, it will never
-evaluate to true, even in simple cases.
-
.. _int_ptrmask:
'``llvm.ptrmask``' Intrinsic