We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ef029d commit 0e3d7e6Copy full SHA for 0e3d7e6
llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
@@ -83,7 +83,7 @@ using namespace llvm::XCOFF;
83
// This specialization is needed here because that type is used as keys in the
84
// map representing TOC entries.
85
template <>
86
-struct DenseMapInfo<std::pair<const MCSymbol *, MCSymbolRefExpr::VariantKind>> {
+struct llvm::DenseMapInfo<std::pair<const MCSymbol *, MCSymbolRefExpr::VariantKind>> {
87
using TOCKey = std::pair<const MCSymbol *, MCSymbolRefExpr::VariantKind>;
88
89
static inline TOCKey getEmptyKey() {
0 commit comments