diff options
Diffstat (limited to 'contrib/llvm-project/llvm/lib/MC/MCELFStreamer.cpp')
| -rw-r--r-- | contrib/llvm-project/llvm/lib/MC/MCELFStreamer.cpp | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/llvm-project/llvm/lib/MC/MCELFStreamer.cpp b/contrib/llvm-project/llvm/lib/MC/MCELFStreamer.cpp index 653ff4e9435a..e541090769e9 100644 --- a/contrib/llvm-project/llvm/lib/MC/MCELFStreamer.cpp +++ b/contrib/llvm-project/llvm/lib/MC/MCELFStreamer.cpp @@ -501,7 +501,6 @@ void MCELFStreamer::finalizeCGProfileEntry(const MCSymbolRefExpr *&SRE,                                    SRE->getLoc());    }    const MCConstantExpr *MCOffset = MCConstantExpr::create(Offset, getContext()); -  MCObjectStreamer::visitUsedExpr(*SRE);    if (std::optional<std::pair<bool, std::string>> Err =            MCObjectStreamer::emitRelocDirective(                *MCOffset, "BFD_RELOC_NONE", SRE, SRE->getLoc(),  | 
