summaryrefslogtreecommitdiff
path: root/lib/profile/InstrProfilingFile.c
diff options
context:
space:
mode:
authorXinliang David Li <davidxl@google.com>2016-05-20 05:40:07 +0000
committerXinliang David Li <davidxl@google.com>2016-05-20 05:40:07 +0000
commita5ce2f6e65a00bb9f8aca7c38d5ca9696d522973 (patch)
tree74152f8bbba4466a18ab17d9295021d84a134309 /lib/profile/InstrProfilingFile.c
parent66836a0621154a301fea7f6efc6a78f23b8de645 (diff)
Fix bot failure
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@270186 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/profile/InstrProfilingFile.c')
-rw-r--r--lib/profile/InstrProfilingFile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/profile/InstrProfilingFile.c b/lib/profile/InstrProfilingFile.c
index 571195613..ab98cb8da 100644
--- a/lib/profile/InstrProfilingFile.c
+++ b/lib/profile/InstrProfilingFile.c
@@ -16,8 +16,8 @@
#include <string.h>
#ifdef _MSC_VER
/* For _alloca */
-#endif
#include <malloc.h>
+#endif
#define UNCONST(ptr) ((void *)(uintptr_t)(ptr))