From a4de174c007950877ce2b98e004833e507a03f5c Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Fri, 6 May 2011 15:44:29 +0000 Subject: [PATCH] Nothing else uses this label. llvm-svn: 130989 --- lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/CodeGen/AsmPrinter/AsmPrinter.cpp b/lib/CodeGen/AsmPrinter/AsmPrinter.cpp index a68a13eed3b..d88f05b7ccd 100644 --- a/lib/CodeGen/AsmPrinter/AsmPrinter.cpp +++ b/lib/CodeGen/AsmPrinter/AsmPrinter.cpp @@ -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;