move a zext specific xform out of commonIntCastTransforms into visitZExt and moderniz...
authorChris Lattner <sabre@nondot.org>
Tue, 5 Jan 2010 21:04:47 +0000 (21:04 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 5 Jan 2010 21:04:47 +0000 (21:04 +0000)
commit718bf3f89d69f76791fec73b1edd55c450a93f12
tree9436dce2cfda46733cfd91d63479dc0bd86cfe40
parentb31defe94caac68561344f78696be3a048413ec9
move a zext specific xform out of commonIntCastTransforms into visitZExt and modernize it.

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