From c5e7cee0a2d35202f2dbc24aedd4695c6ad9a3a8 Mon Sep 17 00:00:00 2001 From: Hans Wennborg Date: Tue, 22 Aug 2017 21:54:37 +0000 Subject: [profile] Fix warning about C++ style comment in C file llvm-svn: 311496 --- compiler-rt/lib/profile/InstrProfilingNameVar.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'compiler-rt/lib/profile/InstrProfilingNameVar.c') diff --git a/compiler-rt/lib/profile/InstrProfilingNameVar.c b/compiler-rt/lib/profile/InstrProfilingNameVar.c index a0c448c679b..264568fbc91 100644 --- a/compiler-rt/lib/profile/InstrProfilingNameVar.c +++ b/compiler-rt/lib/profile/InstrProfilingNameVar.c @@ -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" -- cgit v1.2.3