Files
clang-p2996/llvm/lib/CodeGen/SelectionDAG/InstrEmitter.cpp
Simon Pilgrim 114e712c34 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.
2021-06-08 17:59:04 +01:00

50 KiB