diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2012-01-13 22:41:58 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2012-01-13 22:41:58 +0000 |
commit | cef42c30a702a7e8b7d64307fe195ee38a8d1edb (patch) | |
tree | 0d7aab987cf25c991cb06e261519bb7f8c1bd442 | |
parent | d476fdc392e4961d3d6a1ea580e99ee26e4c0235 (diff) | |
download | bcm5719-llvm-cef42c30a702a7e8b7d64307fe195ee38a8d1edb.tar.gz bcm5719-llvm-cef42c30a702a7e8b7d64307fe195ee38a8d1edb.zip |
Remove label that is not used anymore.
llvm-svn: 148150
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfCFIException.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfCFIException.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfCFIException.cpp index 8ed4f4c43a7..6a91016f642 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfCFIException.cpp +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfCFIException.cpp @@ -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(); |