summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
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
commit705d25a1f408a0f59ff9f7657c2620d175f91911 (patch)
treeace33bbe658d3a1798a39bbcff1665ca716c6901 /llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
parent6e4fa20efb9142c7035c32a6086b314f1ae00990 (diff)
downloadbcm5719-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.cpp3
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())
OpenPOWER on IntegriCloud