diff docs/Bugpoint.rst @ 95:afa8332a0e37 LLVM3.8

LLVM 3.8
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Tue, 13 Oct 2015 17:48:58 +0900 (2015-10-13)
parents 54457678186b
children 3a76565eade5
line wrap: on
line diff
--- a/docs/Bugpoint.rst	Wed Feb 18 14:56:07 2015 +0900
+++ b/docs/Bugpoint.rst	Tue Oct 13 17:48:58 2015 +0900
@@ -208,7 +208,7 @@
 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