mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-23 14:25:07 +00:00
Add a FIXME comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85559 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1622,6 +1622,8 @@ MCSymbol *AsmPrinter::GetBlockAddressSymbol(const Function *F,
|
|||||||
assert(BB->hasName() &&
|
assert(BB->hasName() &&
|
||||||
"Address of anonymous basic block not supported yet!");
|
"Address of anonymous basic block not supported yet!");
|
||||||
|
|
||||||
|
// FIXME: This isn't guaranteed to produce a unique name even if the
|
||||||
|
// block and function have a name.
|
||||||
std::string Mangled =
|
std::string Mangled =
|
||||||
Mang->getMangledName(F, Mang->makeNameProper(BB->getName()).c_str(),
|
Mang->getMangledName(F, Mang->makeNameProper(BB->getName()).c_str(),
|
||||||
/*ForcePrivate=*/true);
|
/*ForcePrivate=*/true);
|
||||||
|
Reference in New Issue
Block a user