summaryrefslogtreecommitdiffstats
path: root/llvm/docs/LangRef.rst
diff options
context:
space:
mode:
authorDjordje Todorovic <djordje.todorovic@rt-rk.com>2019-11-20 12:20:53 +0100
committerDjordje Todorovic <djordje.todorovic@rt-rk.com>2019-11-20 13:18:40 +0100
commit979592a6f735a7111ba2c3a19e5ef3e8d336e01a (patch)
tree4b386de7eb45eaafa29ceb2be7cbe188e52faa8e /llvm/docs/LangRef.rst
parent6a89ecb1ddd58575cd9a868bccaf64b2d1a9142a (diff)
downloadbcm5719-llvm-979592a6f735a7111ba2c3a19e5ef3e8d336e01a.tar.gz
bcm5719-llvm-979592a6f735a7111ba2c3a19e5ef3e8d336e01a.zip
[DebugInfo] Remove the DIFlagArgumentNotModified debug info flag
Due to changes in D68206, we remove the DIFlagArgumentNotModified and its usage. Differential Revision: https://reviews.llvm.org/D68207
Diffstat (limited to 'llvm/docs/LangRef.rst')
-rw-r--r--llvm/docs/LangRef.rst7
1 files changed, 0 insertions, 7 deletions
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index 9700ff791a5..52f8e392ce8 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -4857,13 +4857,6 @@ DIFlags
These flags encode various properties of DINodes.
-The `ArgumentNotModified` flag marks a function argument whose value
-is not modified throughout of a function. This flag is used to decide
-whether a DW_OP_LLVM_entry_value can be used in a location description
-after the function prologue. The language frontend is expected to compute
-this property for each DILocalVariable. The flag should be used
-only in optimized code.
-
The `ExportSymbols` flag marks a class, struct or union whose members
may be referenced as if they were defined in the containing class or
union. This flag is used to decide whether the DW_AT_export_symbols can
OpenPOWER on IntegriCloud