From: Bill Wendling Date: Sat, 29 Jan 2011 21:54:26 +0000 (+0000) Subject: This is #included by .c files. Remove C++-style comments. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=b476302b24f5fe89f8f68f616a3d234fc4b5ab25;p=oota-llvm.git 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 --- 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