From 5bfd9692089830da0d17f618a40f026a7600c67c Mon Sep 17 00:00:00 2001 From: Chad Rosier Date: Sat, 18 Feb 2012 01:38:41 +0000 Subject: [PATCH] Fix documentation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150860 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/SourceLevelDebugging.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/SourceLevelDebugging.html b/docs/SourceLevelDebugging.html index dd6068e567c..e7eac08ee81 100644 --- a/docs/SourceLevelDebugging.html +++ b/docs/SourceLevelDebugging.html @@ -832,9 +832,9 @@ DW_TAG_return_variable = 258 void %llvm.dbg.declare(metadata, metadata) -

This intrinsic provides information about a local element (ex. variable.) The - first argument is metadata holding alloca for the variable. The - second argument is metadata containing description of the variable.

+

This intrinsic provides information about a local element (e.g., variable). The + first argument is metadata holding the alloca for the variable. The + second argument is metadata containing a description of the variable.

@@ -850,8 +850,8 @@ DW_TAG_return_variable = 258

This intrinsic provides information when a user source variable is set to a new value. The first argument is the new value (wrapped as metadata). The second argument is the offset in the user source variable where the new value - is written. The third argument is metadata containing description of the - user source variable.

+ is written. The third argument is metadata containing a description of the + user source variable.