[llvm] 792e4a8 - CodeGenPrepare.cpp - remove unused IntrinsicsX86.h header. NFC.
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 25 06:22:56 PDT 2020
Author: Simon Pilgrim
Date: 2020-06-25T14:22:19+01:00
New Revision: 792e4a8c971f974fdec880cd4dfe417932bc2882
URL: https://github.com/llvm/llvm-project/commit/792e4a8c971f974fdec880cd4dfe417932bc2882
DIFF: https://github.com/llvm/llvm-project/commit/792e4a8c971f974fdec880cd4dfe417932bc2882.diff
LOG: CodeGenPrepare.cpp - remove unused IntrinsicsX86.h header. NFC.
Added:
Modified:
llvm/lib/CodeGen/CodeGenPrepare.cpp
Removed:
################################################################################
diff --git a/llvm/lib/CodeGen/CodeGenPrepare.cpp b/llvm/lib/CodeGen/CodeGenPrepare.cpp
index 751cc100e92c..0d97a7feadcb 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"
More information about the llvm-commits
mailing list