[llvm] r231495 - Fix typo.

Ahmed Bougacha ahmed.bougacha at gmail.com
Fri Mar 6 10:43:27 PST 2015


On Fri, Mar 6, 2015 at 10:20 AM, Eric Christopher <echristo at gmail.com> wrote:
> Author: echristo
> Date: Fri Mar  6 12:20:23 2015
> New Revision: 231495
>
> URL: http://llvm.org/viewvc/llvm-project?rev=231495&view=rev
> Log:
> Fix typo.
>
> Modified:
>     llvm/trunk/lib/CodeGen/ExecutionDepsFix.cpp
>
> Modified: llvm/trunk/lib/CodeGen/ExecutionDepsFix.cpp
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/ExecutionDepsFix.cpp?rev=231495&r1=231494&r2=231495&view=diff
> ==============================================================================
> --- llvm/trunk/lib/CodeGen/ExecutionDepsFix.cpp (original)
> +++ llvm/trunk/lib/CodeGen/ExecutionDepsFix.cpp Fri Mar  6 12:20:23 2015
> @@ -205,7 +205,7 @@ private:
>
>  char ExeDepsFix::ID = 0;
>
> -/// Translate TRI register number to a list of indizes into our stmaller tables
> +/// Translate TRI register number to a list of indizes into our smaller tables

At first I thought "oh, indizes should be indices".  But then I saw
there's the z version everywhere in the file.  So now I'm doubting my
non-native english abilities, and will defer to you on that one.  (it
might simply be that changing it everywhere is annoying)

-Ahmed

>  /// of interesting registers.
>  iterator_range<SmallVectorImpl<int>::const_iterator>
>  ExeDepsFix::regIndizes(unsigned Reg) const {
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits



More information about the llvm-commits mailing list