diff options
Diffstat (limited to 'llvm/docs/SourceLevelDebugging.rst')
-rw-r--r-- | llvm/docs/SourceLevelDebugging.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/SourceLevelDebugging.rst b/llvm/docs/SourceLevelDebugging.rst index 965f1c81caf..f6db104a075 100644 --- a/llvm/docs/SourceLevelDebugging.rst +++ b/llvm/docs/SourceLevelDebugging.rst @@ -471,7 +471,7 @@ perhaps, be optimized into the following code: } What ``llvm.dbg.value`` intrinsics should be placed to represent the original variable -locations in this code? Unfortunately the the second, third and fourth +locations in this code? Unfortunately the second, third and fourth dbg.values for ``!1`` in the source function have had their operands (%tval, %fval, %merge) optimized out. Assuming we cannot recover them, we might consider this placement of dbg.values: |