mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Minimize duplicated code in AsmPrinter::printLabel.
llvm-svn: 52944
This commit is contained in:
parent
c8097f8c8c
commit
e3b796a81d
@ -1318,8 +1318,7 @@ void AsmPrinter::printImplicitDef(const MachineInstr *MI) const {
|
||||
/// printLabel - This method prints a local label used by debug and
|
||||
/// exception handling tables.
|
||||
void AsmPrinter::printLabel(const MachineInstr *MI) const {
|
||||
O << TAI->getPrivateGlobalPrefix()
|
||||
<< "label" << MI->getOperand(0).getImm() << ":\n";
|
||||
printLabel(MI->getOperand(0).getImm());
|
||||
}
|
||||
|
||||
void AsmPrinter::printLabel(unsigned Id) const {
|
||||
|
Loading…
Reference in New Issue
Block a user