Skip to content
Commit c31ceda7 authored by Nick Lewycky's avatar Nick Lewycky
Browse files

Make Value::isDereferenceablePointer() handle unreachable code blocks. (This

returns false in the event the computation feeding into the pointer is
unreachable, which maybe ought to be true -- but this is at least consistent
with undef->isDereferenceablePointer().) Fixes PR11825!

llvm-svn: 148671
parent 0b7ad76b
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