aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/XRay
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/XRay
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/XRay')
-rw-r--r--llvm/lib/XRay/InstrumentationMap.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/XRay/InstrumentationMap.cpp b/llvm/lib/XRay/InstrumentationMap.cpp
index 0b7a192..ce15a1d 100644
--- a/llvm/lib/XRay/InstrumentationMap.cpp
+++ b/llvm/lib/XRay/InstrumentationMap.cpp
@@ -12,7 +12,6 @@
#include "llvm/XRay/InstrumentationMap.h"
#include "llvm/ADT/DenseMap.h"
-#include "llvm/ADT/None.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/Triple.h"