move a trunc-specific transform out of commonIntCastTransforms into visitTrunc.
authorChris Lattner <sabre@nondot.org>
Tue, 5 Jan 2010 21:11:17 +0000 (21:11 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 5 Jan 2010 21:11:17 +0000 (21:11 +0000)
commit49bdfefc8df5c0073bf716c20400581565644e3f
treeccf58a91fdff6b200f9c760a52af951e0adbfab1
parentdda30cd4af1c5f88fc00fd40b673f8e27c61379d
move a trunc-specific transform out of commonIntCastTransforms into visitTrunc.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92773 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/InstCombine/InstCombineCasts.cpp