diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2021-06-06 13:24:02 +0100 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2021-06-06 13:24:29 +0100 |
commit | ab2d29555293f6bde7096e1f684a1957ee9f9c92 (patch) | |
tree | a354350a3278dec61a7901dd41f019db5baf8e64 /llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp | |
parent | 139a36454f842c7936ba461279e862488e894637 (diff) | |
download | llvm-ab2d29555293f6bde7096e1f684a1957ee9f9c92.zip llvm-ab2d29555293f6bde7096e1f684a1957ee9f9c92.tar.gz llvm-ab2d29555293f6bde7096e1f684a1957ee9f9c92.tar.bz2 |
BPFISelDAGToDAG.cpp - don't dereference a dyn_cast<> result. NFCI.
Use cast<> instead which will assert that the cast is correct and not just return null.
Fixes static analysis warnings.
Diffstat (limited to 'llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp')
0 files changed, 0 insertions, 0 deletions