aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2011-01-29 21:54:26 +0000
committerBill Wendling <isanbard@gmail.com>2011-01-29 21:54:26 +0000
commitb476302b24f5fe89f8f68f616a3d234fc4b5ab25 (patch)
tree411b0616204741cadea769a43d51570bdc596188
parent175e7aec1347be3469b0838e5380d424228aa48f (diff)
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
-rw-r--r--include/llvm/Analysis/ProfileInfoTypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Analysis/ProfileInfoTypes.h b/include/llvm/Analysis/ProfileInfoTypes.h
index f344af6925..6b4ac85082 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