llvm-project/llvm/lib/ExecutionEngine/Interpreter
Simon Pilgrim 52396577a2 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 llvmbuildectomy - replace llvm-build by plain cmake 2020-11-13 10:35:24 +01:00
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