refactor the LowerOperation code out to individual functions for
authorChris Lattner <sabre@nondot.org>
Mon, 17 Mar 2008 02:52:07 +0000 (02:52 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 17 Mar 2008 02:52:07 +0000 (02:52 +0000)
commit601fe38b1e73ccf6d4020fda3ae1d68d44f47f0c
tree6ff5d57289f75a8dd0bfb4532baeb25b23e9adb9
parentfdd3ade005c7bd60f3dc74a49db82f91654e99ae
refactor the LowerOperation code out to individual functions for
each lowering, which is 'best practice'.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48441 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Sparc/SparcISelDAGToDAG.cpp