Chris Lattner 2af8c5185a Finally fix (the right way) the problem where functions like this:
void foo() {
  G = 1;
}

would have an empty DSGraph even though G (a global) is directly used
in the function.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20619 91177308-0d34-0410-b5e6-96231b3b80d8
2005-03-15 17:14:09 +00:00
..
2004-12-07 04:03:45 +00:00
2004-07-15 01:29:12 +00:00
2004-07-15 02:31:46 +00:00
2004-12-07 04:03:45 +00:00
2004-10-16 18:21:33 +00:00