summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2011-04-30 03:53:56 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2011-04-30 03:53:56 +0000
commit4f5558e676b8c34d5094681d2797367682f96918 (patch)
treeba6071f55c4c8a5612b1e04ec2f6973285916b5b /runtime
parentf1a5c7ec04002769f1638e64f7439589f0f926e6 (diff)
downloadllvm-4f5558e676b8c34d5094681d2797367682f96918.tar.gz
llvm-4f5558e676b8c34d5094681d2797367682f96918.tar.bz2
llvm-4f5558e676b8c34d5094681d2797367682f96918.tar.xz
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')
-rw-r--r--runtime/libprofile/PathProfiling.c2
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