diff options
author | Bill Wendling <isanbard@gmail.com> | 2011-01-29 21:54:26 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2011-01-29 21:54:26 +0000 |
commit | 96202e7bbd608d940a2d4eae149eb6b1bd9cd403 (patch) | |
tree | efda52e49ade10d6174afab4f5e36252bfab63e2 | |
parent | 741bf9d872dfe9bdbf5b7e65bc84b97fb17bb328 (diff) | |
download | bcm5719-llvm-96202e7bbd608d940a2d4eae149eb6b1bd9cd403.tar.gz bcm5719-llvm-96202e7bbd608d940a2d4eae149eb6b1bd9cd403.zip |
This is #included by .c files. Remove C++-style comments.
llvm-svn: 124552
-rw-r--r-- | llvm/include/llvm/Analysis/ProfileInfoTypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Analysis/ProfileInfoTypes.h b/llvm/include/llvm/Analysis/ProfileInfoTypes.h index f344af6925e..6b4ac85082b 100644 --- a/llvm/include/llvm/Analysis/ProfileInfoTypes.h +++ b/llvm/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 |