mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
[MC] Remove unused variable
llvm-svn: 351426
This commit is contained in:
parent
aa9082cd09
commit
04b4351561
@ -517,7 +517,6 @@ static void ARM64EmitUnwindInfo(MCStreamer &streamer, WinEH::FrameInfo *info) {
|
||||
auto &EpilogInstrs = I.second;
|
||||
uint32_t CodeBytes = ARM64CountOfUnwindCodes(EpilogInstrs);
|
||||
|
||||
uint32_t NumUnwindCodes = EpilogInstrs.size();
|
||||
MCSymbol* MatchingEpilog =
|
||||
FindMatchingEpilog(EpilogInstrs, AddedEpilogs, info);
|
||||
if (MatchingEpilog) {
|
||||
|
Loading…
Reference in New Issue
Block a user