Remove redundant code in InstCombineShift, no functionality change because instsimpli...
authorNick Lewycky <nicholas@mxc.ca>
Thu, 19 Jun 2014 03:28:28 +0000 (03:28 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Thu, 19 Jun 2014 03:28:28 +0000 (03:28 +0000)
commitbdb4aca20211b9ed31874c1be0d814fe26f10a24
treec8b5f16b3ad80a6d4c6308668b5b0b6c6a3a5d17
parentf9ec8fe70c5084a15372cc0b126218f699794e24
Remove redundant code in InstCombineShift, no functionality change because instsimplify already does this and instcombine calls instsimplify a few lines above. Patch by Suyog Sarda!

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