From: Rafael Espindola Date: Fri, 6 May 2011 15:44:29 +0000 (+0000) Subject: Nothing else uses this label. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=af25768415eb280affde138e75273a8d5263041e;p=oota-llvm.git Nothing else uses this label. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130989 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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;