summaryrefslogtreecommitdiff
path: root/lib/profile/InstrProfilingNameVar.c
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2017-08-22 21:54:37 +0000
committerHans Wennborg <hans@hanshq.net>2017-08-22 21:54:37 +0000
commit24e609bda53ee838eb1f2f6eef82fc04deb7db13 (patch)
tree2ef90c8ed5d0a0d51dd871bb9720e6b7a7bd8ec3 /lib/profile/InstrProfilingNameVar.c
parent0d45586b90cb9895cb9effab1aebd76110716e2c (diff)
[profile] Fix warning about C++ style comment in C file
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@311496 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/profile/InstrProfilingNameVar.c')
-rw-r--r--lib/profile/InstrProfilingNameVar.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/lib/profile/InstrProfilingNameVar.c b/lib/profile/InstrProfilingNameVar.c
index a0c448c67..264568fbc 100644
--- a/lib/profile/InstrProfilingNameVar.c
+++ b/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"