[llvm-commits] [llvm] r130529 - /llvm/trunk/runtime/libprofile/PathProfiling.c

Daniel Dunbar daniel at zuster.org
Fri Apr 29 11:58:55 PDT 2011


Author: ddunbar
Date: Fri Apr 29 13:58:55 2011
New Revision: 130529

URL: http://llvm.org/viewvc/llvm-project?rev=130529&view=rev
Log:
Cleanup some DOS newlines.

Modified:
    llvm/trunk/runtime/libprofile/PathProfiling.c

Modified: llvm/trunk/runtime/libprofile/PathProfiling.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/runtime/libprofile/PathProfiling.c?rev=130529&r1=130528&r2=130529&view=diff
==============================================================================
--- llvm/trunk/runtime/libprofile/PathProfiling.c (original)
+++ llvm/trunk/runtime/libprofile/PathProfiling.c Fri Apr 29 13:58:55 2011
@@ -16,20 +16,20 @@
 #include "Profiling.h"
 #include "llvm/Analysis/ProfileInfoTypes.h"
 #include <sys/types.h>
-#if !defined(_MSC_VER) && !defined(__MINGW32__)
-#include <unistd.h>
-#else
-#include <io.h>
-#endif
+#if !defined(_MSC_VER) && !defined(__MINGW32__)
+#include <unistd.h>
+#else
+#include <io.h>
+#endif
 #include <string.h>
 #include <stdlib.h>
 #include <stdint.h>
 #include <stdio.h>
 
 // Must use __inline in Microsoft C
-#if defined(_MSC_VER)
-#define inline __inline
-#endif
+#if defined(_MSC_VER)
+#define inline __inline
+#endif
 
 /* note that this is used for functions with large path counts,
          but it is unlikely those paths will ALL be executed */





More information about the llvm-commits mailing list