[llvm] r198362 - [PPC] Fix comment to match function name

Hal Finkel hfinkel at anl.gov
Tue Jan 14 16:38:34 PST 2014


----- Original Message -----
> From: "Rafael EspĂ­ndola" <rafael.espindola at gmail.com>
> To: "Hal Finkel" <hfinkel at anl.gov>
> Cc: "llvm-commits" <llvm-commits at cs.uiuc.edu>
> Sent: Tuesday, January 14, 2014 6:36:05 PM
> Subject: Re: [llvm] r198362 - [PPC] Fix comment to match function name
> 
> Just deleting the function name is probably better.

Agreed. I should actually go through and remove all of the function names in these comments as per the coding standard.

 -Hal

> 
> On 2 January 2014 14:09, Hal Finkel <hfinkel at anl.gov> wrote:
> > Author: hfinkel
> > Date: Thu Jan  2 16:09:39 2014
> > New Revision: 198362
> >
> > URL: http://llvm.org/viewvc/llvm-project?rev=198362&view=rev
> > Log:
> > [PPC] Fix comment to match function name
> >
> > Modified:
> >     llvm/trunk/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
> >
> > Modified: llvm/trunk/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
> > URL:
> > http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/PowerPC/PPCISelDAGToDAG.cpp?rev=198362&r1=198361&r2=198362&view=diff
> > ==============================================================================
> > --- llvm/trunk/lib/Target/PowerPC/PPCISelDAGToDAG.cpp (original)
> > +++ llvm/trunk/lib/Target/PowerPC/PPCISelDAGToDAG.cpp Thu Jan  2
> > 16:09:39 2014
> > @@ -1396,7 +1396,7 @@ SDNode *PPCDAGToDAGISel::Select(SDNode *
> >    return SelectCode(N);
> >  }
> >
> > -/// PostProcessISelDAG - Perform some late peephole optimizations
> > +/// PostprocessISelDAG - Perform some late peephole optimizations
> >  /// on the DAG representation.
> >  void PPCDAGToDAGISel::PostprocessISelDAG() {
> >
> >
> >
> > _______________________________________________
> > llvm-commits mailing list
> > llvm-commits at cs.uiuc.edu
> > http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
> 

-- 
Hal Finkel
Assistant Computational Scientist
Leadership Computing Facility
Argonne National Laboratory




More information about the llvm-commits mailing list