split instcombine of shifts out to its own file.
authorChris Lattner <sabre@nondot.org>
Tue, 5 Jan 2010 07:44:46 +0000 (07:44 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 5 Jan 2010 07:44:46 +0000 (07:44 +0000)
commit9cdd5f3fe3e857505012554d678fcd80f3f74617
tree6ef73ab9850363f616b6a5b99eff78329602775e
parent948cdeba97d767df6d50496cccd4a4837e0296c8
split instcombine of shifts out to its own file.

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