From 979592a6f735a7111ba2c3a19e5ef3e8d336e01a Mon Sep 17 00:00:00 2001 From: Djordje Todorovic Date: Wed, 20 Nov 2019 12:20:53 +0100 Subject: [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 --- llvm/docs/LangRef.rst | 7 ------- 1 file changed, 7 deletions(-) (limited to 'llvm/docs/LangRef.rst') 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 -- cgit v1.2.3