Fix ashr for bitwidths > 64. This is now validated up to 1024 bits.
authorReid Spencer <rspencer@reidspencer.com>
Fri, 2 Mar 2007 22:39:11 +0000 (22:39 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Fri, 2 Mar 2007 22:39:11 +0000 (22:39 +0000)
commit46f9c94bdd8344dd41ede35294bb9b6dd390c30a
tree89f90cade0ee60552bf026f40e4e35b3056bc71b
parente6efc859398498c3a08a3f36e82c63a706ae0d7e
Fix ashr for bitwidths > 64. This is now validated up to 1024 bits.

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