runtime/libprofile/PathProfiling.c: Don't use // comment in C source.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 30 Apr 2011 03:53:56 +0000 (03:53 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 30 Apr 2011 03:53:56 +0000 (03:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130589 91177308-0d34-0410-b5e6-96231b3b80d8

runtime/libprofile/PathProfiling.c

index d2dec02fdcfae74ddbfa91be2c8d9e88eb7f35e5..283678521381383c42c811e21211e7c11ef600a9 100644 (file)
@@ -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