mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-05 02:28:51 +00:00
Nothing else uses this label.
llvm-svn: 130989
This commit is contained in:
parent
ef239d2fdc
commit
a4de174c00
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user