Skip to content

Commit c24a2cf

Browse files
Fix the build.
1 parent 5486aa1 commit c24a2cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/docs/SourceLevelDebugging.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -943,7 +943,7 @@ VirtRegRewriter pass re-inserts ``DBG_VALUE`` instructions in their original
943943
positions, translating virtual register references into their physical
944944
machine locations. To avoid encoding incorrect variable locations, in this
945945
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
946+
the undefined location. The LiveDebugVariables may insert redundant ``DBG_VALUE``'s
947947
because of virtual register rewriting. These will be subsequently removed by
948948
the RemoveRedundantDebugValues pass.
949949

0 commit comments

Comments
 (0)