make CallGraphNode dtor abort if a node is deleted when there are still
authorChris Lattner <sabre@nondot.org>
Tue, 20 Apr 2010 00:47:34 +0000 (00:47 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 20 Apr 2010 00:47:34 +0000 (00:47 +0000)
commit8a39ed75ec57c7fabde318c0d45fac014ac287f4
tree33eb1a7cfaa92feef321e2a1defdf65ecd81dc80
parent4471136e4db67f5b6cf064cb3b0a7668f15bfe6c
make CallGraphNode dtor abort if a node is deleted when there are still
references to it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101847 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/CallGraph.h
lib/Analysis/IPA/CallGraph.cpp