[llvm] e851ee9 - Remove unused includes.

Eric Christopher via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 16 16:47:05 PDT 2023


Author: Eric Christopher
Date: 2023-08-16T23:46:57Z
New Revision: e851ee92322a8d77d2d1f49eabd47b66ef9f5b17

URL: https://github.com/llvm/llvm-project/commit/e851ee92322a8d77d2d1f49eabd47b66ef9f5b17
DIFF: https://github.com/llvm/llvm-project/commit/e851ee92322a8d77d2d1f49eabd47b66ef9f5b17.diff

LOG: Remove unused includes.

Added: 
    

Modified: 
    llvm/lib/Target/AArch64/AArch64ISelLowering.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/AArch64/AArch64ISelLowering.cpp b/llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
index 8ed30bbbf49bef..3d0567665b3a1c 100644
--- a/llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
+++ b/llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
@@ -66,7 +66,6 @@
 #include "llvm/IR/Intrinsics.h"
 #include "llvm/IR/IntrinsicsAArch64.h"
 #include "llvm/IR/Module.h"
-#include "llvm/IR/OperandTraits.h"
 #include "llvm/IR/PatternMatch.h"
 #include "llvm/IR/Type.h"
 #include "llvm/IR/Use.h"
@@ -76,7 +75,6 @@
 #include "llvm/Support/Casting.h"
 #include "llvm/Support/CodeGen.h"
 #include "llvm/Support/CommandLine.h"
-#include "llvm/Support/Compiler.h"
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/ErrorHandling.h"
 #include "llvm/Support/InstructionCost.h"


        


More information about the llvm-commits mailing list