diff options
Diffstat (limited to 'llvm/lib/Support/Memory.cpp')
-rw-r--r-- | llvm/lib/Support/Memory.cpp | 4 |
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; } |