Fix a problem where shifting by 64-bits leads to incorrect results on PPC
authorReid Spencer <rspencer@reidspencer.com>
Fri, 2 Mar 2007 01:19:42 +0000 (01:19 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Fri, 2 Mar 2007 01:19:42 +0000 (01:19 +0000)
commit36184ed4cd8dc0dc302b8f51f169c334b7460168
treea16381bcee74ba73de6d9855d6ef130ca54025ca
parent9f8e50d4ed7dcc5ca0f137830ff1185b2afa38bf
Fix a problem where shifting by 64-bits leads to incorrect results on PPC
but not on X86 becuase shift by word size is "undefined".

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