summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2011-04-29 18:58:55 +0000
committerDaniel Dunbar <daniel@zuster.org>2011-04-29 18:58:55 +0000
commitc69c4a839f12bbf8869b3ae258b76411621df2c0 (patch)
treebfcbc78e9d355af3ea3e01a1269bea7baecc9c84 /runtime
parent57808b3da00d7abd01382d3ed5e70bfb0b2beb4b (diff)
downloadllvm-c69c4a839f12bbf8869b3ae258b76411621df2c0.tar.gz
llvm-c69c4a839f12bbf8869b3ae258b76411621df2c0.tar.bz2
llvm-c69c4a839f12bbf8869b3ae258b76411621df2c0.tar.xz
Cleanup some DOS newlines.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130529 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime')
-rw-r--r--runtime/libprofile/PathProfiling.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/runtime/libprofile/PathProfiling.c b/runtime/libprofile/PathProfiling.c
index 161dfa0b24..9003c3f632 100644
--- a/runtime/libprofile/PathProfiling.c
+++ b/runtime/libprofile/PathProfiling.c
@@ -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 */