[InstCombine] Use APInt::getBitsSetFrom to shortern a line and fix an 80 columns...
authorCraig Topper <craig.topper@intel.com>
Thu, 10 May 2018 00:53:22 +0000 (00:53 +0000)
committerCraig Topper <craig.topper@intel.com>
Thu, 10 May 2018 00:53:22 +0000 (00:53 +0000)
commit333efc951ac476d9123cf9738315a771a728a083
tree5f0c5fa8466fc92f99cb5942e67fbc067acefbb5
parentc3f259cb6c12fb4bfdeb12348af7496e4754a9f2
[InstCombine] Use APInt::getBitsSetFrom to shortern a line and fix an 80 columns violation. NFC

Fix a similar line in the same function.

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