From: NAKAMURA Takumi Date: Sat, 30 Apr 2011 03:53:56 +0000 (+0000) Subject: runtime/libprofile/PathProfiling.c: Don't use // comment in C source. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;ds=sidebyside;h=4f5558e676b8c34d5094681d2797367682f96918;p=oota-llvm.git 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 --- diff --git a/runtime/libprofile/PathProfiling.c b/runtime/libprofile/PathProfiling.c index d2dec02fdcf..28367852138 100644 --- a/runtime/libprofile/PathProfiling.c +++ b/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