We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13bbca8 commit e851ee9Copy full SHA for e851ee9
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
@@ -66,7 +66,6 @@
66
#include "llvm/IR/Intrinsics.h"
67
#include "llvm/IR/IntrinsicsAArch64.h"
68
#include "llvm/IR/Module.h"
69
-#include "llvm/IR/OperandTraits.h"
70
#include "llvm/IR/PatternMatch.h"
71
#include "llvm/IR/Type.h"
72
#include "llvm/IR/Use.h"
@@ -76,7 +75,6 @@
76
75
#include "llvm/Support/Casting.h"
77
#include "llvm/Support/CodeGen.h"
78
#include "llvm/Support/CommandLine.h"
79
-#include "llvm/Support/Compiler.h"
80
#include "llvm/Support/Debug.h"
81
#include "llvm/Support/ErrorHandling.h"
82
#include "llvm/Support/InstructionCost.h"
0 commit comments