aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineInstr.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2022-12-06 20:14:51 -0800
committerKazu Hirata <kazu@google.com>2022-12-06 20:14:51 -0800
commit405fc404bf84fcc13e10bfac754d398199f69b7d (patch)
tree20c074ab87db88652a51483cef628e1257736e98 /llvm/lib/CodeGen/MachineInstr.cpp
parentd8c00c4f63c2719702d71277cda174146a9cd364 (diff)
downloadllvm-405fc404bf84fcc13e10bfac754d398199f69b7d.zip
llvm-405fc404bf84fcc13e10bfac754d398199f69b7d.tar.gz
llvm-405fc404bf84fcc13e10bfac754d398199f69b7d.tar.bz2
[ADT] Don't including None.h (NFC)
These source files no longer use None, so they do not need to include None.h. This is part of an effort to migrate from llvm::Optional to std::optional: https://discourse.llvm.org/t/deprecating-llvm-optional-x-hasvalue-getvalue-getvalueor/63716
Diffstat (limited to 'llvm/lib/CodeGen/MachineInstr.cpp')
-rw-r--r--llvm/lib/CodeGen/MachineInstr.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MachineInstr.cpp b/llvm/lib/CodeGen/MachineInstr.cpp
index 138eb3c..6c88671 100644
--- a/llvm/lib/CodeGen/MachineInstr.cpp
+++ b/llvm/lib/CodeGen/MachineInstr.cpp
@@ -13,7 +13,6 @@
#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/Hashing.h"
-#include "llvm/ADT/None.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/SmallBitVector.h"
#include "llvm/ADT/SmallVector.h"