From 7b617158dba128156141982c1a9a944263729dcc Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Tue, 11 Sep 2012 01:17:24 +0000 Subject: Add support for finding cacheflush on OpenBSD/mips64 platforms. Patch by Brad Smith! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163584 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Support/Memory.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/Support/Memory.cpp') diff --git a/lib/Support/Memory.cpp b/lib/Support/Memory.cpp index 22f7494486..3cc8f5ee7b 100644 --- a/lib/Support/Memory.cpp +++ b/lib/Support/Memory.cpp @@ -16,10 +16,6 @@ #include "llvm/Support/Valgrind.h" #include "llvm/Config/config.h" -#if defined(__mips__) -#include -#endif - namespace llvm { using namespace sys; } -- cgit v1.2.3