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 9fdf7d0 commit 0c17e45Copy full SHA for 0c17e45
llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
@@ -1998,7 +1998,7 @@ void AsmPrinter::emitFunctionBody() {
1998
MCSymbol *PrefetchTargetSymbol = OutContext.getOrCreateSymbol(
1999
Twine("__llvm_prefetch_target_") + MF->getName() + Twine("_") +
2000
utostr(MBB.getBBID()->BaseID) + Twine("_") +
2001
- utostr(static_cast<unsigned>(*PrefetchTargetIt + 1)));
+ utostr(static_cast<unsigned>(*PrefetchTargetIt)));
2002
// If the function is weak-linkage it may be replaced by a strong
2003
// version, in which case the prefetch targets should also be replaced.
2004
OutStreamer->emitSymbolAttribute(
0 commit comments