diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-04-30 03:53:56 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-04-30 03:53:56 +0000 |
commit | 4f5558e676b8c34d5094681d2797367682f96918 (patch) | |
tree | ba6071f55c4c8a5612b1e04ec2f6973285916b5b /runtime/libprofile | |
parent | f1a5c7ec04002769f1638e64f7439589f0f926e6 (diff) |
runtime/libprofile/PathProfiling.c: Don't use // comment in C source.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130589 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime/libprofile')
-rw-r--r-- | runtime/libprofile/PathProfiling.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/libprofile/PathProfiling.c b/runtime/libprofile/PathProfiling.c index d2dec02fdc..2836785213 100644 --- a/runtime/libprofile/PathProfiling.c +++ b/runtime/libprofile/PathProfiling.c @@ -26,7 +26,7 @@ #include <stdlib.h> #include <stdio.h> -// Must use __inline in Microsoft C +/* Must use __inline in Microsoft C */ #if defined(_MSC_VER) #define inline __inline #endif |