From b476302b24f5fe89f8f68f616a3d234fc4b5ab25 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Sat, 29 Jan 2011 21:54:26 +0000 Subject: [PATCH] This is #included by .c files. Remove C++-style comments. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124552 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Analysis/ProfileInfoTypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/Analysis/ProfileInfoTypes.h b/include/llvm/Analysis/ProfileInfoTypes.h index f344af6925e..6b4ac85082b 100644 --- a/include/llvm/Analysis/ProfileInfoTypes.h +++ b/include/llvm/Analysis/ProfileInfoTypes.h @@ -16,7 +16,7 @@ #ifndef LLVM_ANALYSIS_PROFILEINFOTYPES_H #define LLVM_ANALYSIS_PROFILEINFOTYPES_H -// Included by libprofile. +/* Included by libprofile. */ #if defined(__cplusplus) extern "C" { #endif -- 2.34.1