Add a FIXME comment.

llvm-svn: 85559
This commit is contained in:
Dan Gohman 2009-10-30 01:38:20 +00:00
parent c83dc4b506
commit 2f8ccf2bf4
1 changed files with 2 additions and 0 deletions

View File

@ -1622,6 +1622,8 @@ MCSymbol *AsmPrinter::GetBlockAddressSymbol(const Function *F,
assert(BB->hasName() &&
"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 =
Mang->getMangledName(F, Mang->makeNameProper(BB->getName()).c_str(),
/*ForcePrivate=*/true);