We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5486aa1 commit c24a2cfCopy full SHA for c24a2cf
llvm/docs/SourceLevelDebugging.rst
@@ -943,7 +943,7 @@ VirtRegRewriter pass re-inserts ``DBG_VALUE`` instructions in their original
943
positions, translating virtual register references into their physical
944
machine locations. To avoid encoding incorrect variable locations, in this
945
pass any ``DBG_VALUE`` of a virtual register that is not live, is replaced by
946
-the undefined location. The LiveDebugVariables may insert redundant ``DBG_VALUE``s
+the undefined location. The LiveDebugVariables may insert redundant ``DBG_VALUE``'s
947
because of virtual register rewriting. These will be subsequently removed by
948
the RemoveRedundantDebugValues pass.
949
0 commit comments