Eliminate the call to removeTriviallyDeadNodes from updateFromGlobals graph,
authorChris Lattner <sabre@nondot.org>
Wed, 28 Jan 2004 03:24:41 +0000 (03:24 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 28 Jan 2004 03:24:41 +0000 (03:24 +0000)
commita3fd88d01f027497e3eafd873119b2b9e82630bd
treeb487ec6f606690a911d17d008f4e7d2a8c758179
parent6d8f3dcd75c784caba92042f1a5184ed0a8ad175
Eliminate the call to removeTriviallyDeadNodes from updateFromGlobals graph,
moving it to the start of removeDeadNodes.  This speeds up DSA by 2s on perlbmk
from 41s

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