[llvm] 7f7ef2f - Remove unused include of Compiler.h
Eric Christopher via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 15 12:41:10 PDT 2023
Author: Eric Christopher
Date: 2023-08-15T19:10:22Z
New Revision: 7f7ef2f30918bda54460c94c14854c9d3244845a
URL: https://github.com/llvm/llvm-project/commit/7f7ef2f30918bda54460c94c14854c9d3244845a
DIFF: https://github.com/llvm/llvm-project/commit/7f7ef2f30918bda54460c94c14854c9d3244845a.diff
LOG: Remove unused include of Compiler.h
Added:
Modified:
llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
Removed:
################################################################################
diff --git a/llvm/lib/Target/AArch64/AArch64InstrInfo.cpp b/llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
index 71238536f23ace..400ade5b62c58a 100644
--- a/llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
+++ b/llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
@@ -43,7 +43,6 @@
#include "llvm/Support/Casting.h"
#include "llvm/Support/CodeGen.h"
#include "llvm/Support/CommandLine.h"
-#include "llvm/Support/Compiler.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/LEB128.h"
#include "llvm/Support/MathExtras.h"
More information about the llvm-commits
mailing list