split 943 lines of instcombine out to a new InstCombineCasts.cpp
authorChris Lattner <sabre@nondot.org>
Mon, 4 Jan 2010 07:53:58 +0000 (07:53 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 4 Jan 2010 07:53:58 +0000 (07:53 +0000)
commit80f43d339f0a5904c62ca6268939c14ab148b94f
treebcc899c22386a05cc89b89cbb3a749b76f04a2f9
parent02446fc99abb06d3117d65c0b1f5fba4f906db2e
split 943 lines of instcombine out to a new InstCombineCasts.cpp
file.  InstructionCombining.cpp is now down to a svelte 9300 lines :)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92468 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/InstCombine/CMakeLists.txt
lib/Transforms/InstCombine/InstCombine.h
lib/Transforms/InstCombine/InstCombineCasts.cpp [new file with mode: 0644]
lib/Transforms/InstCombine/InstructionCombining.cpp