summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Memory.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2012-09-11 01:17:24 +0000
committerChandler Carruth <chandlerc@gmail.com>2012-09-11 01:17:24 +0000
commita699b6a44c2721ecc4ebb7fe4f5ed70cb795a2e9 (patch)
tree32e887072e66dafdff3555f2b4a2d5538b03ef88 /llvm/lib/Support/Memory.cpp
parentb156b56a282c24d03c541180d9973d8d35fb79a2 (diff)
downloadbcm5719-llvm-a699b6a44c2721ecc4ebb7fe4f5ed70cb795a2e9.tar.gz
bcm5719-llvm-a699b6a44c2721ecc4ebb7fe4f5ed70cb795a2e9.zip
Add support for finding cacheflush on OpenBSD/mips64 platforms.
Patch by Brad Smith! llvm-svn: 163584
Diffstat (limited to 'llvm/lib/Support/Memory.cpp')
-rw-r--r--llvm/lib/Support/Memory.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/Support/Memory.cpp b/llvm/lib/Support/Memory.cpp
index 22f74944865..3cc8f5ee7b3 100644
--- a/llvm/lib/Support/Memory.cpp
+++ b/llvm/lib/Support/Memory.cpp
@@ -16,10 +16,6 @@
#include "llvm/Support/Valgrind.h"
#include "llvm/Config/config.h"
-#if defined(__mips__)
-#include <sys/cachectl.h>
-#endif
-
namespace llvm {
using namespace sys;
}
OpenPOWER on IntegriCloud