Move node forwarding code from being inlined to being out-of-line.
authorChris Lattner <sabre@nondot.org>
Thu, 13 Feb 2003 19:09:00 +0000 (19:09 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 13 Feb 2003 19:09:00 +0000 (19:09 +0000)
commit731b2d7df57d4ca97e15b1136594f23055c083f7
tree2afcbe0e1d25d37b1446eb40d9b5eabe4d318dae
parent1d1e5b598e760a8fefb1e484cbd052ab73076c59
Move node forwarding code from being inlined to being out-of-line.

This brings a 11.6% speedup to steens, and a 3.6 overall speedup to ds-aa

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