Don't create a new node for every reference to a global. This caused a huge
authorChris Lattner <sabre@nondot.org>
Mon, 21 Oct 2002 13:51:30 +0000 (13:51 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 21 Oct 2002 13:51:30 +0000 (13:51 +0000)
commit448f4949dc686d22feb81281560f1c43bca15639
tree47b0d856bb3405ad9e9f5aac174ed612c6105cb9
parent482b651cf8d6f77caf3a79d47dd1ec468035d891
Don't create a new node for every reference to a global.  This caused a huge
node explosion that doesn't help anything at all.  In previous versions of
the representation this DID help, but not anymore.

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