Fix PR9820: a read-only call differs from a load in that a load doesn't
return the pointer being dereferenced, it returns the pointee, but a call might return the pointer itself. llvm-svn: 130979
Loading
Please register or sign in to comment
return the pointer being dereferenced, it returns the pointee, but a call might return the pointer itself. llvm-svn: 130979