diff options
author | Djordje Todorovic <djordje.todorovic@rt-rk.com> | 2019-11-20 12:20:53 +0100 |
---|---|---|
committer | Djordje Todorovic <djordje.todorovic@rt-rk.com> | 2019-11-20 13:18:40 +0100 |
commit | 979592a6f735a7111ba2c3a19e5ef3e8d336e01a (patch) | |
tree | 4b386de7eb45eaafa29ceb2be7cbe188e52faa8e /llvm/docs/LangRef.rst | |
parent | 6a89ecb1ddd58575cd9a868bccaf64b2d1a9142a (diff) | |
download | bcm5719-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.rst | 7 |
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 |