[InstCombine] Remove unnecessary casts. NFC
authorCraig Topper <craig.topper@intel.com>
Fri, 4 Aug 2017 05:12:35 +0000 (05:12 +0000)
committerCraig Topper <craig.topper@intel.com>
Fri, 4 Aug 2017 05:12:35 +0000 (05:12 +0000)
commita86ca08d2624c887ddfd25c99f903ecb22d76e7b
tree1acdb46cf45212c83e5d59afa6a94999a5744456
parentba1e70e060aeab0b8cb97dc39fe2a8338cf72cf1
[InstCombine] Remove unnecessary casts. NFC

We're calling an overload of getOpcode that already returns Instruction::CastOps.

llvm-svn: 310024
llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp