aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/CodeGenPrepare.cpp
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2020-06-25 12:29:52 +0100
committerSimon Pilgrim <llvm-dev@redking.me.uk>2020-06-25 14:22:19 +0100
commit792e4a8c971f974fdec880cd4dfe417932bc2882 (patch)
tree3ebd09b770f277bac1c1a34455d1f54758230936 /llvm/lib/CodeGen/CodeGenPrepare.cpp
parent172c36a100db518c7e09594bd5a5535a10dc4dd5 (diff)
downloadllvm-792e4a8c971f974fdec880cd4dfe417932bc2882.zip
llvm-792e4a8c971f974fdec880cd4dfe417932bc2882.tar.gz
llvm-792e4a8c971f974fdec880cd4dfe417932bc2882.tar.bz2
CodeGenPrepare.cpp - remove unused IntrinsicsX86.h header. NFC.
Diffstat (limited to 'llvm/lib/CodeGen/CodeGenPrepare.cpp')
-rw-r--r--llvm/lib/CodeGen/CodeGenPrepare.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/CodeGenPrepare.cpp b/llvm/lib/CodeGen/CodeGenPrepare.cpp
index 751cc10..0d97a7f 100644
--- a/llvm/lib/CodeGen/CodeGenPrepare.cpp
+++ b/llvm/lib/CodeGen/CodeGenPrepare.cpp
@@ -60,7 +60,6 @@
#include "llvm/IR/IntrinsicInst.h"
#include "llvm/IR/Intrinsics.h"
#include "llvm/IR/IntrinsicsAArch64.h"
-#include "llvm/IR/IntrinsicsX86.h"
#include "llvm/IR/LLVMContext.h"
#include "llvm/IR/MDBuilder.h"
#include "llvm/IR/Module.h"