[llvm] r231495 - Fix typo.

Eric Christopher echristo at gmail.com
Fri Mar 6 10:55:18 PST 2015


On Fri, Mar 6, 2015 at 10:44 AM Ahmed Bougacha <ahmed.bougacha at gmail.com>
wrote:

> 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)
>
>
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.

-eric


> -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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150306/1d027d16/attachment.html>


More information about the llvm-commits mailing list