Split the External and Intrinsic handling into seperate functions. This
authorAndrew Lenharth <andrewl@lenharth.org>
Fri, 3 Nov 2006 17:43:19 +0000 (17:43 +0000)
committerAndrew Lenharth <andrewl@lenharth.org>
Fri, 3 Nov 2006 17:43:19 +0000 (17:43 +0000)
commit118c094176010dfa39ffd65dc22462683d38b7df
treed67b0d577d3c2419af09523475454c83363b5f9e
parente6e97e66a366cc7d2d103ac58db56e4bfd700b10
Split the External and Intrinsic handling into seperate functions.  This
improves readability of the call handling code significantly, as well as
makes it clear which parts are hacky (externals) and which parts are good
(call handling).

No functionality change.

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