[llvm] r303896 - Delete an obsolete paragraph in LangRef.

Adrian Prantl via llvm-commits llvm-commits at lists.llvm.org
Thu May 25 11:54:06 PDT 2017


Author: adrian
Date: Thu May 25 13:54:06 2017
New Revision: 303896

URL: http://llvm.org/viewvc/llvm-project?rev=303896&view=rev
Log:
Delete an obsolete paragraph in LangRef.

Modified:
    llvm/trunk/docs/LangRef.rst

Modified: llvm/trunk/docs/LangRef.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.rst?rev=303896&r1=303895&r2=303896&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Thu May 25 13:54:06 2017
@@ -4415,12 +4415,6 @@ The current supported vocabulary is limi
   address space identifier.
 - ``DW_OP_stack_value`` marks a constant value.
 
-DIExpression nodes that contain a ``DW_OP_stack_value`` operator are standalone
-location descriptions that describe constant values. This form is used to
-describe global constants that have been optimized away. All other expressions
-are modifiers to another location: A debug intrinsic ties a location and a
-DIExpression together.
-
 DWARF specifies three kinds of simple location descriptions: Register, memory,
 and implicit location descriptions. Register and memory location descriptions
 describe the *location* of a source variable (in the sense that a debugger might




More information about the llvm-commits mailing list