diff options
author | Ed Maste <emaste@freebsd.org> | 2015-04-14 20:52:58 +0000 |
---|---|---|
committer | Ed Maste <emaste@freebsd.org> | 2015-04-14 20:52:58 +0000 |
commit | 8ed40ce56d0f6360f56e785a229f9c03ed1d1889 (patch) | |
tree | 2f6bc297551fefb807a85a807c93a8115a287161 /llvm/docs/Bugpoint.rst | |
parent | 921b8e93bb3bb391ff91484c31b1f1893e18700a (diff) | |
download | bcm5719-llvm-8ed40ce56d0f6360f56e785a229f9c03ed1d1889.tar.gz bcm5719-llvm-8ed40ce56d0f6360f56e785a229f9c03ed1d1889.zip |
Correct 'teh' and other typos / repeated words.
Patch by Eitan Adler.
Differential Revision: http://reviews.llvm.org/D8514
llvm-svn: 234939
Diffstat (limited to 'llvm/docs/Bugpoint.rst')
-rw-r--r-- | llvm/docs/Bugpoint.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/Bugpoint.rst b/llvm/docs/Bugpoint.rst index 8fa64bc1242..6bd7ff99564 100644 --- a/llvm/docs/Bugpoint.rst +++ b/llvm/docs/Bugpoint.rst @@ -208,7 +208,7 @@ point---a simple binary search may not be sufficient, as transformations that interact may require isolating more than one call. In TargetLowering, use ``return SDNode();`` instead of ``return false;``. -Now that that the number of transformations is down to a manageable number, try +Now that the number of transformations is down to a manageable number, try examining the output to see if you can figure out which transformations are being done. If that can be figured out, then do the usual debugging. If which code corresponds to the transformation being performed isn't obvious, set a |