mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Remove label that is not used anymore.
llvm-svn: 148150
This commit is contained in:
parent
a70048903b
commit
3a35eeb0aa
@ -142,9 +142,6 @@ void DwarfCFIException::EndFunction() {
|
||||
|
||||
Asm->OutStreamer.EmitCFIEndProc();
|
||||
|
||||
Asm->OutStreamer.EmitLabel(Asm->GetTempSymbol("eh_func_end",
|
||||
Asm->getFunctionNumber()));
|
||||
|
||||
// Map all labels and get rid of any dead landing pads.
|
||||
MMI->TidyLandingPads();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user