[llvm] 262f04c - LegalizerInfo.h - remove unused Optional.h + None.h includes
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 7 07:00:00 PDT 2021
Author: Simon Pilgrim
Date: 2021-10-07T14:59:21+01:00
New Revision: 262f04c7ecf3d782fcd00dfbb8be6e034d4c7cf7
URL: https://github.com/llvm/llvm-project/commit/262f04c7ecf3d782fcd00dfbb8be6e034d4c7cf7
DIFF: https://github.com/llvm/llvm-project/commit/262f04c7ecf3d782fcd00dfbb8be6e034d4c7cf7.diff
LOG: LegalizerInfo.h - remove unused Optional.h + None.h includes
Added:
Modified:
llvm/include/llvm/CodeGen/GlobalISel/LegalizerInfo.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/CodeGen/GlobalISel/LegalizerInfo.h b/llvm/include/llvm/CodeGen/GlobalISel/LegalizerInfo.h
index 8da5cab37ab3c..68c14240ebc7f 100644
--- a/llvm/include/llvm/CodeGen/GlobalISel/LegalizerInfo.h
+++ b/llvm/include/llvm/CodeGen/GlobalISel/LegalizerInfo.h
@@ -15,8 +15,6 @@
#define LLVM_CODEGEN_GLOBALISEL_LEGALIZERINFO_H
#include "llvm/ADT/DenseMap.h"
-#include "llvm/ADT/None.h"
-#include "llvm/ADT/Optional.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/SmallBitVector.h"
#include "llvm/ADT/SmallVector.h"
More information about the llvm-commits
mailing list