aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2021-06-08 16:42:28 +0100
committerSimon Pilgrim <llvm-dev@redking.me.uk>2021-06-08 17:59:04 +0100
commit114e712c344fbf8361b97130e78baa2624ff9bca (patch)
tree23a0465e514b9b9b257d7a0a3efaabec6f8f808a /llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp
parentea10a86984ea73fcec3b12d22404a15f2f59b219 (diff)
downloadllvm-114e712c344fbf8361b97130e78baa2624ff9bca.zip
llvm-114e712c344fbf8361b97130e78baa2624ff9bca.tar.gz
llvm-114e712c344fbf8361b97130e78baa2624ff9bca.tar.bz2
InstrEmitter.cpp - don't dereference a dyn_cast<>.
dyn_cast<> can return nullptr which we would then dereference - use cast<> which will assert that the type is correct.
Diffstat (limited to 'llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp')
0 files changed, 0 insertions, 0 deletions