diff options
Diffstat (limited to 'llvm/docs/SourceLevelDebugging.html')
-rw-r--r-- | llvm/docs/SourceLevelDebugging.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/SourceLevelDebugging.html b/llvm/docs/SourceLevelDebugging.html index 2eb9aec8f58..aed42943a33 100644 --- a/llvm/docs/SourceLevelDebugging.html +++ b/llvm/docs/SourceLevelDebugging.html @@ -804,7 +804,7 @@ DW_TAG_return_variable = 258 </pre> <p>This intrinsic provides information about a local element (ex. variable.) The - first argument is metadata holding alloca for the variable.</tt>. The + first argument is metadata holding alloca for the variable. The second argument is metadata containing description of the variable. </p> </div> |