Fix APInt::rotl and APInt::rotr so that they work correctly. Found while writing...
authorEli Friedman <eli.friedman@gmail.com>
Thu, 22 Dec 2011 03:15:35 +0000 (03:15 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Thu, 22 Dec 2011 03:15:35 +0000 (03:15 +0000)
commit2acbd7ddc0cee21295a1df5416860abb0fdf936f
tree7727db0ef22105f857443c7aef883542153903b7
parent090445967f0b5988446faffefd1d0722f982bc7a
Fix APInt::rotl and APInt::rotr so that they work correctly.  Found while writing some code that tried to use them.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147134 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/APInt.cpp