1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +02:00

More fixes for switch unreachable

This commit is contained in:
Brian Fiete 2020-02-21 15:34:08 -08:00
parent 748f7b8e49
commit d40f7fa759
2 changed files with 13 additions and 14 deletions

View file

@ -606,7 +606,7 @@ public:
{
return (mKind <= BeMCInstKind_Unwind_SetBP);
}
BeMCOperand* GetDest()
{
if (mResult)