Convert SCCP over to use InstVisitor instead of hand crafted switch
authorChris Lattner <sabre@nondot.org>
Thu, 18 Apr 2002 15:13:15 +0000 (15:13 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 18 Apr 2002 15:13:15 +0000 (15:13 +0000)
commit2a632551a77851e9810d007ba07738f8f6babeab
treeb154a98cea931d40c3e2ce9d893417fc022926ab
parentd59b0af98b8da068f345299a3fc68e151b46fbd7
Convert SCCP over to use InstVisitor instead of hand crafted switch

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