aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2011-05-06 15:44:29 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2011-05-06 15:44:29 +0000
commitaf25768415eb280affde138e75273a8d5263041e (patch)
tree2192eab7f3e9042bb6fee3e568de3155c7ad355d
parent0125d5056999ca4a428251ef2ced5bad34d1133b (diff)
Nothing else uses this label.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130989 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/CodeGen/AsmPrinter/AsmPrinter.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/CodeGen/AsmPrinter/AsmPrinter.cpp b/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
index a68a13eed3..d88f05b7cc 100644
--- a/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
+++ b/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
@@ -609,9 +609,6 @@ 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;
if (!needsCFIMoves())