aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Bugpoint.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Bugpoint.rst')
-rw-r--r--docs/Bugpoint.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Bugpoint.rst b/docs/Bugpoint.rst
index 8fa64bc..6bd7ff9 100644
--- a/docs/Bugpoint.rst
+++ b/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