Cleanup some DOS newlines.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130529 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Daniel Dunbar 2011-04-29 18:58:55 +00:00
parent 57808b3da0
commit c69c4a839f

View File

@ -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 */