From 7f7bf595dd559edaf128eb29fc8a05d936ad808e Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Sat, 30 Apr 2011 03:53:56 +0000 Subject: [PATCH] runtime/libprofile/PathProfiling.c: Don't use // comment in C source. llvm-svn: 130589 --- llvm/runtime/libprofile/PathProfiling.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/runtime/libprofile/PathProfiling.c b/llvm/runtime/libprofile/PathProfiling.c index d2dec02fdcfa..283678521381 100644 --- a/llvm/runtime/libprofile/PathProfiling.c +++ b/llvm/runtime/libprofile/PathProfiling.c @@ -26,7 +26,7 @@ #include #include -// Must use __inline in Microsoft C +/* Must use __inline in Microsoft C */ #if defined(_MSC_VER) #define inline __inline #endif -- GitLab