1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00

Nothing else uses this label.

llvm-svn: 130989
This commit is contained in:
Rafael Espindola 2011-05-06 15:44:29 +00:00
parent ef239d2fdc
commit a4de174c00

View File

@ -608,9 +608,6 @@ bool AsmPrinter::needsCFIMoves() {
void AsmPrinter::emitPrologLabel(const MachineInstr &MI) {
MCSymbol *Label = MI.getOperand(0).getMCSymbol();
if (MAI->getExceptionHandlingType() != ExceptionHandling::DwarfCFI)
OutStreamer.EmitLabel(Label);
if (MAI->getExceptionHandlingType() != ExceptionHandling::DwarfCFI)
return;