diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2011-05-06 15:44:29 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2011-05-06 15:44:29 +0000 |
commit | 705d25a1f408a0f59ff9f7657c2620d175f91911 (patch) | |
tree | ace33bbe658d3a1798a39bbcff1665ca716c6901 /llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp | |
parent | 6e4fa20efb9142c7035c32a6086b314f1ae00990 (diff) | |
download | bcm5719-llvm-705d25a1f408a0f59ff9f7657c2620d175f91911.tar.gz bcm5719-llvm-705d25a1f408a0f59ff9f7657c2620d175f91911.zip |
Nothing else uses this label.
llvm-svn: 130989
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp b/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp index a68a13eed3b..d88f05b7ccd 100644 --- a/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp +++ b/llvm/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()) |