diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2017-08-24 16:35:23 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2017-08-24 16:35:23 +0000 |
commit | 965351a4eb4834d918700213220407ee47e30f67 (patch) | |
tree | bc7b55ffeaf0d76a1bd2740b9ef9439a4daf94c4 /lib/profile/InstrProfilingNameVar.c | |
parent | 462d72ec21756f5ca1002f128f014d36a845f3d2 (diff) | |
download | src-965351a4eb4834d918700213220407ee47e30f67.tar.gz src-965351a4eb4834d918700213220407ee47e30f67.zip |
Notes
Diffstat (limited to 'lib/profile/InstrProfilingNameVar.c')
-rw-r--r-- | lib/profile/InstrProfilingNameVar.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/lib/profile/InstrProfilingNameVar.c b/lib/profile/InstrProfilingNameVar.c index a0c448c679b5..264568fbc912 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" |