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/Frontend | |
parent | 3c7f740f284274636db72fb84e563bd5b55c8eb8 (diff) | |
download | bcm5719-llvm-e334a3a60f1161e11191ddcc1ba2b16b08db03bd.tar.gz bcm5719-llvm-e334a3a60f1161e11191ddcc1ba2b16b08db03bd.zip |
[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/Frontend')
-rw-r--r-- | llvm/docs/Frontend/PerformanceTips.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/Frontend/PerformanceTips.rst b/llvm/docs/Frontend/PerformanceTips.rst index 749fbd80858..f0f63f3f9d6 100644 --- a/llvm/docs/Frontend/PerformanceTips.rst +++ b/llvm/docs/Frontend/PerformanceTips.rst @@ -270,7 +270,7 @@ couple specific suggestions: I Still Can't Find What I'm Looking For ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -If you didn't find what you were looking for above, consider proposing an piece +If you didn't find what you were looking for above, consider proposing a piece of metadata which provides the optimization hint you need. Such extensions are relatively common and are generally well received by the community. You will need to ensure that your proposal is sufficiently general so that it benefits |