Since we're not checking for the more general AllocationInst first, we need to explic...
authorOwen Anderson <resistor@mac.com>
Mon, 18 Feb 2008 10:11:00 +0000 (10:11 +0000)
committerOwen Anderson <resistor@mac.com>
Mon, 18 Feb 2008 10:11:00 +0000 (10:11 +0000)
commitef562471cebd643288a19fca1ece8c52e70ceff0
tree9cc3857ee25d882d84c8c1c945c18b991dee726e
parent8dd25288f9c79596e531b32c1b0bdfadcee7ffb9
Since we're not checking for the more general AllocationInst first, we need to explicitly check
that Object is an Argument before casting it to one.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47268 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/BasicAliasAnalysis.cpp