teach Value::isDereferenceablePointer that byval arguments are always
authorChris Lattner <sabre@nondot.org>
Sun, 23 Jan 2011 21:15:29 +0000 (21:15 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 23 Jan 2011 21:15:29 +0000 (21:15 +0000)
commit3928af6ac47f9abef7dff32823a5fd41743c8fbc
treeccbc11ff6271abccd2224df78f449457789645c2
parentf330b3227ad8b381aebf267acddf8f244f556f6b
teach Value::isDereferenceablePointer that byval arguments are always
dereferencable, noticed by inspection.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124085 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/Value.cpp