fix AsmPrinter::GetBlockAddressSymbol to always return a unique
[oota-llvm.git] / include / llvm / CodeGen / AsmPrinter.h
index a909bd6d9d440df7437e4ae96b60b688f0c86005..a36105f93c19205fd8e8b880f267473439a700e9 100644 (file)
@@ -337,8 +337,7 @@ namespace llvm {
     /// GetBlockAddressSymbol - Return the MCSymbol used to satisfy BlockAddress
     /// uses of the specified basic block.
     MCSymbol *GetBlockAddressSymbol(const BlockAddress *BA) const;
-    MCSymbol *GetBlockAddressSymbol(const Function *F,
-                                    const BasicBlock *BB) const;
+    MCSymbol *GetBlockAddressSymbol(const BasicBlock *BB) const;
 
     /// EmitBasicBlockStart - This method prints the label for the specified
     /// MachineBasicBlock, an alignment (if present) and a comment describing