1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00
llvm-mirror/lib/ExecutionEngine/Interpreter
Simon Pilgrim 838b0a9266 Use llvm_unreachable for unsupported integer types.
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.
2021-06-08 17:59:05 +01:00
..
CMakeLists.txt
Execution.cpp [OpaquePtr] Remove some uses of PointerType::getElementType() 2021-05-31 16:11:25 -07:00
ExternalFunctions.cpp Use llvm_unreachable for unsupported integer types. 2021-06-08 17:59:05 +01:00
Interpreter.cpp
Interpreter.h