(1) Bug fix that was causing nodes with dangling references to be freed.
authorVikram S. Adve <vadve@cs.uiuc.edu>
Wed, 27 Nov 2002 17:37:46 +0000 (17:37 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Wed, 27 Nov 2002 17:37:46 +0000 (17:37 +0000)
commit9a964282973f4f78034870211ebc96a24b5c27b8
tree9717d88e0de3c80541169b9e1f69859b92f39bb8
parentc11232a8c4477fc683a9947c6098e4845556fdd4
(1) Bug fix that was causing nodes with dangling references to be freed.
    We run removeDeadNodes() on the TD graph up front before using it.
(2) Major enhancement to printing of results: now we list the actual objects
    that are mod/ref instead of just printing the bit vectors.
Also an important bug fix in TDDataStructures pass (no change here):
clear Mod/Ref bits of callers before inlining into a function.

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