aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/TableGen/TGParser.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/TableGen/TGParser.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/TableGen/TGParser.cpp')
-rw-r--r--llvm/lib/TableGen/TGParser.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/TableGen/TGParser.cpp b/llvm/lib/TableGen/TGParser.cpp
index 459bf1a..ed20ffd 100644
--- a/llvm/lib/TableGen/TGParser.cpp
+++ b/llvm/lib/TableGen/TGParser.cpp
@@ -12,7 +12,6 @@
#include "TGParser.h"
#include "llvm/ADT/DenseMapInfo.h"
-#include "llvm/ADT/None.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/ADT/Twine.h"