mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-05-17 12:36:14 +00:00

As suggested on rG937c4cffd024, use llvm_unreachable for unhandled integer types (which shouldn't be possible) instead of breaking and dropping down to the existing fatal error handler. Helps silence static analyzer warnings.