Refactor code a little bit, eliminating the gratuitous InstVisitor, which
authorChris Lattner <sabre@nondot.org>
Tue, 9 Dec 2003 19:32:44 +0000 (19:32 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 9 Dec 2003 19:32:44 +0000 (19:32 +0000)
commited6dfc2856cd44a8aa608a9074eabbf42dd6cadc
treef48406d274b4c4460b40bb57362523d9f04c86ce
parent92094b4d928119eceac1484331acffe950f4651c
Refactor code a little bit, eliminating the gratuitous InstVisitor, which
should make subsequent changes simpler.  This also allows us to hoist vaarg
and vanext instructions

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10342 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/LICM.cpp