[llvm] r253941 - Remove trailing space in comments

Sean Silva via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 23 16:34:56 PST 2015


Thanks!

On Mon, Nov 23, 2015 at 4:31 PM, Xinliang David Li via llvm-commits <
llvm-commits at lists.llvm.org> wrote:

> Author: davidxl
> Date: Mon Nov 23 18:31:41 2015
> New Revision: 253941
>
> URL: http://llvm.org/viewvc/llvm-project?rev=253941&view=rev
> Log:
> Remove trailing space in comments
>
> Modified:
>     llvm/trunk/include/llvm/ProfileData/InstrProfData.inc
>
> Modified: llvm/trunk/include/llvm/ProfileData/InstrProfData.inc
> URL:
> http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ProfileData/InstrProfData.inc?rev=253941&r1=253940&r2=253941&view=diff
>
> ==============================================================================
> --- llvm/trunk/include/llvm/ProfileData/InstrProfData.inc (original)
> +++ llvm/trunk/include/llvm/ProfileData/InstrProfData.inc Mon Nov 23
> 18:31:41 2015
> @@ -184,13 +184,11 @@ COVMAP_FUNC_RECORD(const uint64_t, llvm:
>  #define INSTR_PROF_CONCAT(x,y) INSTR_PROF_SIMPLE_CONCAT(x,y)
>
>  /* Magic number to detect file format and endianness.
> - * Use 255 at one end, since no UTF-8 file can use that character.  Avoid
> 0,
> - * so that utilities, like strings, don't grab it as a string.  129 is
> also
> + * Use 255 at one end, since no UTF-8 file can use that character.  Avoid
> 0,
> + * so that utilities, like strings, don't grab it as a string.  129 is
> also
>   * invalid UTF-8, and high enough to be interesting.
> - * Use "lprofr" in the centre to stand for "LLVM Profile Raw", or "lprofR"
> + * Use "lprofr" in the centre to stand for "LLVM Profile Raw", or "lprofR"
>   * for 32-bit platforms.
> - * The magic and version need to be kept in sync with
> - * projects/compiler-rt/lib/profile/InstrProfiling.c
>   */
>  #define INSTR_PROF_RAW_MAGIC_64 (uint64_t)255 << 56 | (uint64_t)'l' << 48
> | \
>         (uint64_t)'p' << 40 | (uint64_t)'r' << 32 | (uint64_t)'o' << 24 |
> \
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151123/9f978678/attachment.html>


More information about the llvm-commits mailing list