summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2018-06-12 21:15:27 +0000
committerReid Kleckner <rnk@google.com>2018-06-12 21:15:27 +0000
commit04920989a2727393c56147ed11fed0654dc4c7ca (patch)
tree3d11baeea52794f2038b4aaddf2b6181a51029ef /llvm/lib/ExecutionEngine
parent077c75bfd10e621121224a478844ec007c897efc (diff)
downloadbcm5719-llvm-04920989a2727393c56147ed11fed0654dc4c7ca.tar.gz
bcm5719-llvm-04920989a2727393c56147ed11fed0654dc4c7ca.zip
Remove malloc.h include from Intel JIT events code
llvm-svn: 334547
Diffstat (limited to 'llvm/lib/ExecutionEngine')
-rw-r--r--llvm/lib/ExecutionEngine/IntelJITEvents/jitprofiling.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/ExecutionEngine/IntelJITEvents/jitprofiling.c b/llvm/lib/ExecutionEngine/IntelJITEvents/jitprofiling.c
index f2d36a76a31..bc8fea14874 100644
--- a/llvm/lib/ExecutionEngine/IntelJITEvents/jitprofiling.c
+++ b/llvm/lib/ExecutionEngine/IntelJITEvents/jitprofiling.c
@@ -26,7 +26,6 @@
#include <pthread.h>
#include <stdint.h>
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
-#include <malloc.h>
#include <stdlib.h>
#include "jitprofiling.h"
OpenPOWER on IntegriCloud