Skip to content
Commit 91b4085b authored by Simon Pilgrim's avatar Simon Pilgrim
Browse files

LowerExpectIntrinsic handlePhiDef - silence static analyzer dyn_cast<PHINode>...

LowerExpectIntrinsic handlePhiDef - silence static analyzer dyn_cast<PHINode> null dereference warning. NFCI.

The static analyzer is warning about a potential null dereference, but we should be able to use cast<PHINode> directly and if not assert will fire for us.

llvm-svn: 373481
parent 96ab296e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment