Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
llvm-doe
llvm-project
Commits
d65cdb49
Commit
d65cdb49
authored
Jun 24, 2020
by
Vedant Kumar
Browse files
[docs] Fix typo
parent
ecb098c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
llvm/docs/HowToUpdateDebugInfo.rst
View file @
d65cdb49
...
...
@@ -139,7 +139,7 @@ Deleting an IR-level Instruction
--------------------------------
When an ``Instruction`` is deleted, its debug uses change to ``undef``. This is
a loss of debug info: the value of
a
one or more source variables becomes
a loss of debug info: the value of one or more source variables becomes
unavailable, starting with the ``llvm.dbg.value(undef, ...)``. When there is no
way to reconstitute the value of the lost instruction, this is the best
possible outcome. However, it's often possible to do better:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment