summaryrefslogtreecommitdiffstats
path: root/llvm/docs/SourceLevelDebugging.html
diff options
context:
space:
mode:
authorJim Laskey <jlaskey@mac.com>2006-03-24 09:20:27 +0000
committerJim Laskey <jlaskey@mac.com>2006-03-24 09:20:27 +0000
commit3481e12f636960f3cc13795578c9b7c2fd3bff2e (patch)
tree6657a46e53f58e58f68a2d0cc0496fdfc550bed3 /llvm/docs/SourceLevelDebugging.html
parent70848e8e568322856a90431e18c29697e4e2369a (diff)
downloadbcm5719-llvm-3481e12f636960f3cc13795578c9b7c2fd3bff2e.tar.gz
bcm5719-llvm-3481e12f636960f3cc13795578c9b7c2fd3bff2e.zip
Fixed some grammer and spelling.
llvm-svn: 27062
Diffstat (limited to 'llvm/docs/SourceLevelDebugging.html')
-rw-r--r--llvm/docs/SourceLevelDebugging.html11
1 files changed, 6 insertions, 5 deletions
diff --git a/llvm/docs/SourceLevelDebugging.html b/llvm/docs/SourceLevelDebugging.html
index 2cbd35f3e96..447a659dec0 100644
--- a/llvm/docs/SourceLevelDebugging.html
+++ b/llvm/docs/SourceLevelDebugging.html
@@ -690,7 +690,7 @@ argument variable is any variable that appears as a formal argument to the
function. A return variable is used to track the result of a function and has
no source correspondent.</p>
-<p>The context is eitehr the subprogram or block where the variable is defined.
+<p>The context is either the subprogram or block where the variable is defined.
Name the source variable name. Compile unit and line indicate where the
variable was defined. Type descriptor defines the declared type of the
variable.</p>
@@ -801,10 +801,11 @@ ending.</p>
void %<a href="#format_common_declare">llvm.dbg.declare</a>( { } *, { }* )
</pre>
-<p>This intrinsic provides information about a local element (ex. variable.)
-The first argument as a AllocA for the variable cast to a <tt>{ }*</tt>. The second
-argument is the <tt>%<a href="#format_variables">llvm.dbg.variable</a></tt>
-containing the description of the variable, also cast to a <tt>{ }*</tt>.</p>
+<p>This intrinsic provides information about a local element (ex. variable.) The
+first argument is the alloca for the variable, cast to a <tt>{ }*</tt>. The
+second argument is the <tt>%<a
+href="#format_variables">llvm.dbg.variable</a></tt> containing the description
+of the variable, also cast to a <tt>{ }*</tt>.</p>
</div>
OpenPOWER on IntegriCloud