move instcombine to its own library, it's past time.
authorChris Lattner <sabre@nondot.org>
Mon, 4 Jan 2010 06:23:24 +0000 (06:23 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 4 Jan 2010 06:23:24 +0000 (06:23 +0000)
commitdffbef0d76549ac400e47c3688ad2d140eb49212
treedbd5e143bdb9ca9837b9e7e7f2132283648e75f8
parente4412c1f0b636980d77a518b76e94559830eeaed
move instcombine to its own library, it's past time.

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