diff options
author | Paul Robinson <paul.robinson@sony.com> | 2018-11-19 22:53:42 +0000 |
---|---|---|
committer | Paul Robinson <paul.robinson@sony.com> | 2018-11-19 22:53:42 +0000 |
commit | f536cb0481a36a69efea34bb12073c6281ae89f2 (patch) | |
tree | c33ea3fb11e7e1174ee26e781b062dca777bcd0b /llvm/docs/SourceLevelDebugging.rst | |
parent | 74abaf8cdcd0d269aeeccdf2c9f7f387e7fcf73b (diff) | |
download | bcm5719-llvm-f536cb0481a36a69efea34bb12073c6281ae89f2.tar.gz bcm5719-llvm-f536cb0481a36a69efea34bb12073c6281ae89f2.zip |
It's its
llvm-svn: 347271
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 4cccfb40bd4..dab300ac7b7 100644 --- a/llvm/docs/SourceLevelDebugging.rst +++ b/llvm/docs/SourceLevelDebugging.rst @@ -1661,4 +1661,4 @@ are correctly pointing to the ``[[C]]`` and ``[[D]]`` variables. for a ``DILocation`` to have a specific line number, and someone later adds an instruction before the one we check the test will fail. In the cases this can't be avoided (say, if a test wouldn't be precise enough), moving the - test to it's own file is preferred. + test to its own file is preferred. |