* Implement DSNode::removeAllIncomingEdges
authorChris Lattner <sabre@nondot.org>
Wed, 27 Mar 2002 19:46:05 +0000 (19:46 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 27 Mar 2002 19:46:05 +0000 (19:46 +0000)
commit6088c4f55e1ad0efefc0bc3739756ddbebf92899
treeff15dc3cf13ba952e24eaae5188661512f5ddafe
parentf4066b3fe15f89912951c902abd522dc2ffe1bf0
* Implement DSNode::removeAllIncomingEdges
* Implement Critical Shadow node handling
* Implement routines to determine whether an allocation node is a malloc
  or alloca

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