remove a bogus optimization. This only works if there are no globals in the
authorChris Lattner <sabre@nondot.org>
Fri, 18 Mar 2005 00:23:59 +0000 (00:23 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 18 Mar 2005 00:23:59 +0000 (00:23 +0000)
commit4707b895b6a1711250bf54797ec3d50e0cba1297
treefab114ce3533b30476f24d3a2993ad8dfa45f6b3
parent511f60c7074f5588f8165a537114ead356695d26
remove a bogus optimization.  This only works if there are no globals in the
graph, and the combination of a function that does not reference globals, takes
not arguments and returns no value is pretty rare.

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