Unverified Commit 3c2e614a authored by Troy Butler's avatar Troy Butler Committed by GitHub
Browse files

[llvm][AArch64] Add missing default cases (#89930)



Addresses issue #89709.

Functions getAUTOpcodeForKey() and getPACOpcodeForKey() contain switch
statements without default cases. Resolved by adding a call to
llvm_unreachable() at the end of each function.

---------

Signed-off-by: default avatarTroy-Butler <squintik@outlook.com>
Co-authored-by: default avatarTroy-Butler <squintik@outlook.com>
parent 57f0284e
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment