split instcombine of compares (visit[FI]Cmp) out to
authorChris Lattner <sabre@nondot.org>
Mon, 4 Jan 2010 07:37:31 +0000 (07:37 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 4 Jan 2010 07:37:31 +0000 (07:37 +0000)
commit02446fc99abb06d3117d65c0b1f5fba4f906db2e
tree594c4fcf9a773405fb795f55c7bf4dfaa5b45106
parenta766e19705df9e2005cb0b6e09ea9d1d9e237cdc
split instcombine of compares (visit[FI]Cmp) out to
a new InstCombineCompares.cpp file.

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