[compiler-rt] r270187 - Use C-style comment.
    Sean Silva via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu May 19 23:13:07 PDT 2016
    
    
  
Author: silvas
Date: Fri May 20 01:13:07 2016
New Revision: 270187
URL: http://llvm.org/viewvc/llvm-project?rev=270187&view=rev
Log:
Use C-style comment.
I think we allow use of C99 for libprofile, but use a C-style comment
for consistency.
Modified:
    compiler-rt/trunk/lib/profile/InstrProfilingValue.c
Modified: compiler-rt/trunk/lib/profile/InstrProfilingValue.c
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/profile/InstrProfilingValue.c?rev=270187&r1=270186&r2=270187&view=diff
==============================================================================
--- compiler-rt/trunk/lib/profile/InstrProfilingValue.c (original)
+++ compiler-rt/trunk/lib/profile/InstrProfilingValue.c Fri May 20 01:13:07 2016
@@ -9,7 +9,7 @@
 
 #include "InstrProfiling.h"
 #include "InstrProfilingInternal.h"
-#include "InstrProfilingUtil.h" // For PS4 getenv shim.
+#include "InstrProfilingUtil.h" /* For PS4 getenv shim. */
 #include <limits.h>
 #include <stdio.h>
 #include <stdlib.h>
    
    
More information about the llvm-commits
mailing list