Only print values live at BB or method exit, and insert loads at each
authorVikram S. Adve <vadve@cs.uiuc.edu>
Thu, 18 Oct 2001 18:16:11 +0000 (18:16 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Thu, 18 Oct 2001 18:16:11 +0000 (18:16 +0000)
commit631b9a3523f883cd2c018d4082a8e90ad89be941
tree1cf9e76b31ee27e3b8061a4900625f01a777c9de
parentd8b5168a08e8c8cd906594fcccd78b075e2cd5d7
Only print values live at BB or method exit, and insert loads at each
BB exit to read and print values stored in that BB.   Note that only
these stored values are live at method exit!.  Also, print messages at
method entry and exit.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@892 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Instrumentation/TraceValues.cpp