[X86] Add a 'break;' to the end of the last case in a switch to avoid...
[X86] Add a 'break;' to the end of the last case in a switch to avoid surprising the next person to add a case after this one. NFC
Loading
Please sign in to comment
[X86] Add a 'break;' to the end of the last case in a switch to avoid surprising the next person to add a case after this one. NFC