[llvm] r256721 - llvm/include/llvm/ProfileData/InstrProfData.inc: Add c++-mode in the header.
NAKAMURA Takumi via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 3 16:47:34 PST 2016
Author: chapuni
Date: Sun Jan 3 18:47:33 2016
New Revision: 256721
URL: http://llvm.org/viewvc/llvm-project?rev=256721&view=rev
Log:
llvm/include/llvm/ProfileData/InstrProfData.inc: Add c++-mode in the header.
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=256721&r1=256720&r2=256721&view=diff
==============================================================================
--- llvm/trunk/include/llvm/ProfileData/InstrProfData.inc (original)
+++ llvm/trunk/include/llvm/ProfileData/InstrProfData.inc Sun Jan 3 18:47:33 2016
@@ -1,4 +1,4 @@
-/*===-- InstrProfData.inc - instr profiling runtime structures -----------=== *\
+/*===-- InstrProfData.inc - instr profiling runtime structures -*- C++ -*-=== *\
|*
|* The LLVM Compiler Infrastructure
|*
More information about the llvm-commits
mailing list