move the 'SimplifyDemandedFoo' methods out to their own file, cutting 1K lines out...
authorChris Lattner <sabre@nondot.org>
Mon, 4 Jan 2010 07:17:19 +0000 (07:17 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 4 Jan 2010 07:17:19 +0000 (07:17 +0000)
commite0b4b721aa82796c6ee5cf501ecd85f4974732ee
tree0f3ddef2803a312c3c6db8c1e73c111f5828b541
parent710632d07b13609444626367bebd34c0af3acb6a
move the 'SimplifyDemandedFoo' methods out to their own file, cutting 1K lines out of instcombine.cpp

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