diff options
author | Hans Wennborg <hans@chromium.org> | 2020-01-07 16:06:14 +0100 |
---|---|---|
committer | Hans Wennborg <hans@chromium.org> | 2020-01-07 16:06:14 +0100 |
commit | e334a3a60f1161e11191ddcc1ba2b16b08db03bd (patch) | |
tree | 3d1338f0748dabe5d62337abb42970671db5b91f /llvm/docs/SourceLevelDebugging.rst | |
parent | 3c7f740f284274636db72fb84e563bd5b55c8eb8 (diff) | |
download | llvm-e334a3a60f1161e11191ddcc1ba2b16b08db03bd.zip llvm-e334a3a60f1161e11191ddcc1ba2b16b08db03bd.tar.gz llvm-e334a3a60f1161e11191ddcc1ba2b16b08db03bd.tar.bz2 |
[docs] NFC: Fix typos in documents
"the the" -> "the"
"an" -> "a"
Patch by Kazuaki Ishizaki <ishizaki@jp.ibm.com>!
Differential revision: https://reviews.llvm.org/D72091
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 965f1c8..f6db104 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: |