<div dir="ltr"><br><br><div class="gmail_quote">On Fri, Mar 6, 2015 at 10:44 AM Ahmed Bougacha <<a href="mailto:ahmed.bougacha@gmail.com">ahmed.bougacha@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Fri, Mar 6, 2015 at 10:20 AM, Eric Christopher <<a href="mailto:echristo@gmail.com" target="_blank">echristo@gmail.com</a>> wrote:<br>
> Author: echristo<br>
> Date: Fri Mar  6 12:20:23 2015<br>
> New Revision: 231495<br>
><br>
> URL: <a href="http://llvm.org/viewvc/llvm-project?rev=231495&view=rev" target="_blank">http://llvm.org/viewvc/llvm-<u></u>project?rev=231495&view=rev</a><br>
> Log:<br>
> Fix typo.<br>
><br>
> Modified:<br>
>     llvm/trunk/lib/CodeGen/<u></u>ExecutionDepsFix.cpp<br>
><br>
> Modified: llvm/trunk/lib/CodeGen/<u></u>ExecutionDepsFix.cpp<br>
> URL: <a href="http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/ExecutionDepsFix.cpp?rev=231495&r1=231494&r2=231495&view=diff" target="_blank">http://llvm.org/viewvc/llvm-<u></u>project/llvm/trunk/lib/<u></u>CodeGen/ExecutionDepsFix.cpp?<u></u>rev=231495&r1=231494&r2=<u></u>231495&view=diff</a><br>
> ==============================<u></u>==============================<u></u>==================<br>
> --- llvm/trunk/lib/CodeGen/<u></u>ExecutionDepsFix.cpp (original)<br>
> +++ llvm/trunk/lib/CodeGen/<u></u>ExecutionDepsFix.cpp Fri Mar  6 12:20:23 2015<br>
> @@ -205,7 +205,7 @@ private:<br>
><br>
>  char ExeDepsFix::ID = 0;<br>
><br>
> -/// Translate TRI register number to a list of indizes into our stmaller tables<br>
> +/// Translate TRI register number to a list of indizes into our smaller tables<br>
<br>
At first I thought "oh, indizes should be indices".  But then I saw<br>
there's the z version everywhere in the file.  So now I'm doubting my<br>
non-native english abilities, and will defer to you on that one.  (it<br>
might simply be that changing it everywhere is annoying)<br>
<br></blockquote><div><br></div><div>Yeah, it's a simple find and replace, but since it was at least consistent (and is the correct one for german I guess from looking around) I left it.</div><div><br></div><div>-eric</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
-Ahmed<br>
<br>
>  /// of interesting registers.<br>
>  iterator_range<<u></u>SmallVectorImpl<int>::const_<u></u>iterator><br>
>  ExeDepsFix::regIndizes(<u></u>unsigned Reg) const {<br>
><br>
><br>
> ______________________________<u></u>_________________<br>
> llvm-commits mailing list<br>
> <a href="mailto:llvm-commits@cs.uiuc.edu" target="_blank">llvm-commits@cs.uiuc.edu</a><br>
> <a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits" target="_blank">http://lists.cs.uiuc.edu/<u></u>mailman/listinfo/llvm-commits</a><br>
</blockquote></div></div>