aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/MC/MCContext.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2022-06-26 16:10:42 -0700
committerKazu Hirata <kazu@google.com>2022-06-26 16:10:42 -0700
commita81b64a1fbff689a37f55a9b5e44a66f5b7f9a5c (patch)
tree633953d8d93ee2a4dc542a71177f0bece8d7177a /llvm/lib/MC/MCContext.cpp
parentfadea4413ecbfffa4d28ad8298e0628165b543f1 (diff)
downloadllvm-a81b64a1fbff689a37f55a9b5e44a66f5b7f9a5c.zip
llvm-a81b64a1fbff689a37f55a9b5e44a66f5b7f9a5c.tar.gz
llvm-a81b64a1fbff689a37f55a9b5e44a66f5b7f9a5c.tar.bz2
[llvm] Use Optional::has_value instead of Optional::hasValue (NFC)
This patch replaces x.hasValue() with x.has_value() where x is not contextually convertible to bool.
Diffstat (limited to 'llvm/lib/MC/MCContext.cpp')
-rw-r--r--llvm/lib/MC/MCContext.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/MC/MCContext.cpp b/llvm/lib/MC/MCContext.cpp
index 1c0c711..4be84ca 100644
--- a/llvm/lib/MC/MCContext.cpp
+++ b/llvm/lib/MC/MCContext.cpp
@@ -767,8 +767,8 @@ MCSectionXCOFF *MCContext::getXCOFFSection(
Optional<XCOFF::CsectProperties> CsectProp, bool MultiSymbolsAllowed,
const char *BeginSymName,
Optional<XCOFF::DwarfSectionSubtypeFlags> DwarfSectionSubtypeFlags) {
- bool IsDwarfSec = DwarfSectionSubtypeFlags.hasValue();
- assert((IsDwarfSec != CsectProp.hasValue()) && "Invalid XCOFF section!");
+ bool IsDwarfSec = DwarfSectionSubtypeFlags.has_value();
+ assert((IsDwarfSec != CsectProp.has_value()) && "Invalid XCOFF section!");
// Do the lookup. If we have a hit, return it.
auto IterBool = XCOFFUniquingMap.insert(std::make_pair(