[llvm] r175497 - Fix capitalization in comment to match function name.

David Blaikie dblaikie at gmail.com
Mon Feb 18 23:54:17 PST 2013


On Mon, Feb 18, 2013 at 11:43 PM, Craig Topper <craig.topper at gmail.com>wrote:

> Author: ctopper
> Date: Tue Feb 19 01:43:59 2013
> New Revision: 175497
>
> URL: http://llvm.org/viewvc/llvm-project?rev=175497&view=rev
> Log:
> Fix capitalization in comment to match function name.
>
> Modified:
>     llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
>
> Modified: llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
> URL:
> http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/X86ISelLowering.cpp?rev=175497&r1=175496&r2=175497&view=diff
>
> ==============================================================================
> --- llvm/trunk/lib/Target/X86/X86ISelLowering.cpp (original)
> +++ llvm/trunk/lib/Target/X86/X86ISelLowering.cpp Tue Feb 19 01:43:59 2013
> @@ -10210,7 +10210,7 @@ static SDValue LowerVACOPY(SDValue Op, c
>                         MachinePointerInfo(DstSV),
> MachinePointerInfo(SrcSV));
>  }
>
> -// getTargetVShiftNOde - Handle vector element shifts where the shift
> amount
> +// getTargetVShiftNode - Handle vector element shifts where the shift
> amount
>

Could just switch to \brief as per current LLVM style recommendation to
avoid having to duplicate the name at all.


>  // may or may not be a constant. Takes immediate version of shift as
> input.
>  static SDValue getTargetVShiftNode(unsigned Opc, DebugLoc dl, EVT VT,
>                                     SDValue SrcOp, SDValue ShAmt,
>
>
> _______________________________________________
> 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/20130218/8e01e8af/attachment.html>


More information about the llvm-commits mailing list