From 8d08283a5affcdd34ea709c4c17f05803d6df3d5 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Mon, 4 Jan 2016 00:47:33 +0000 Subject: [PATCH] llvm/include/llvm/ProfileData/InstrProfData.inc: Add c++-mode in the header. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@256721 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/ProfileData/InstrProfData.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/ProfileData/InstrProfData.inc b/include/llvm/ProfileData/InstrProfData.inc index ab96a2b8f9b..3a7c0c5f277 100644 --- a/include/llvm/ProfileData/InstrProfData.inc +++ b/include/llvm/ProfileData/InstrProfData.inc @@ -1,4 +1,4 @@ -/*===-- InstrProfData.inc - instr profiling runtime structures -----------=== *\ +/*===-- InstrProfData.inc - instr profiling runtime structures -*- C++ -*-=== *\ |* |* The LLVM Compiler Infrastructure |* -- 2.34.1