forked from OSchip/llvm-project
parent
639e0661ce
commit
bd13c9787f
|
@ -517,7 +517,6 @@ static void ARM64EmitUnwindInfo(MCStreamer &streamer, WinEH::FrameInfo *info) {
|
||||||
auto &EpilogInstrs = I.second;
|
auto &EpilogInstrs = I.second;
|
||||||
uint32_t CodeBytes = ARM64CountOfUnwindCodes(EpilogInstrs);
|
uint32_t CodeBytes = ARM64CountOfUnwindCodes(EpilogInstrs);
|
||||||
|
|
||||||
uint32_t NumUnwindCodes = EpilogInstrs.size();
|
|
||||||
MCSymbol* MatchingEpilog =
|
MCSymbol* MatchingEpilog =
|
||||||
FindMatchingEpilog(EpilogInstrs, AddedEpilogs, info);
|
FindMatchingEpilog(EpilogInstrs, AddedEpilogs, info);
|
||||||
if (MatchingEpilog) {
|
if (MatchingEpilog) {
|
||||||
|
|
Loading…
Reference in New Issue