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

MemorySSAUpdater::applyInsertUpdates - silence static analyzer...

MemorySSAUpdater::applyInsertUpdates - silence static analyzer dyn_cast<MemoryAccess> null dereference warning. NFCI.

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

llvm-svn: 373467
parent 65e11509
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment