Clean up lshr and ashr to coding standards.
authorReid Spencer <rspencer@reidspencer.com>
Sun, 25 Feb 2007 01:56:07 +0000 (01:56 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sun, 25 Feb 2007 01:56:07 +0000 (01:56 +0000)
commit24c4a8f54828f611aac79063fd2c8bfd71d80487
tree83ad7b707e98422d55fdc53183f9438820128b09
parent598270a68d162ee28cf5033b8cef236fe7ee767f
Clean up lshr and ashr to coding standards.
Handle the single word cases for shiftAmt == BitWidth.

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