[compiler-rt] r311496 - [profile] Fix warning about C++ style comment in C file

Hans Wennborg via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 23 11:10:13 PDT 2017


Merged to 5.0 in r311584.

On Tue, Aug 22, 2017 at 2:54 PM, Hans Wennborg via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> Author: hans
> Date: Tue Aug 22 14:54:37 2017
> New Revision: 311496
>
> URL: http://llvm.org/viewvc/llvm-project?rev=311496&view=rev
> Log:
> [profile] Fix warning about C++ style comment in C file
>
> Modified:
>     compiler-rt/trunk/lib/profile/InstrProfilingNameVar.c
>
> Modified: compiler-rt/trunk/lib/profile/InstrProfilingNameVar.c
> URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/profile/InstrProfilingNameVar.c?rev=311496&r1=311495&r2=311496&view=diff
> ==============================================================================
> --- compiler-rt/trunk/lib/profile/InstrProfilingNameVar.c (original)
> +++ compiler-rt/trunk/lib/profile/InstrProfilingNameVar.c Tue Aug 22 14:54:37 2017
> @@ -1,11 +1,11 @@
> -//===- InstrProfilingNameVar.c - profile name variable setup --------------===//
> -//
> -//                     The LLVM Compiler Infrastructure
> -//
> -// This file is distributed under the University of Illinois Open Source
> -// License. See LICENSE.TXT for details.
> -//
> -//===----------------------------------------------------------------------===//
> +/*===- InstrProfilingNameVar.c - profile name variable setup  -------------===*\
> +|*
> +|*                     The LLVM Compiler Infrastructure
> +|*
> +|* This file is distributed under the University of Illinois Open Source
> +|* License. See LICENSE.TXT for details.
> +|*
> +\*===----------------------------------------------------------------------===*/
>
>  #include "InstrProfiling.h"
>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits


More information about the llvm-commits mailing list