Eliminate cases where we could << by 64, which is undefined in C.
authorChris Lattner <sabre@nondot.org>
Sun, 24 Apr 2005 17:46:05 +0000 (17:46 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 24 Apr 2005 17:46:05 +0000 (17:46 +0000)
commitf52d68165715d4af14776cab96c31fbba641e806
tree20fbea0237dce0c472a2f6f191c35a69179875d4
parente50b075b664c9d9baa7af605cf4c7df5a57ca5c4
Eliminate cases where we could << by 64, which is undefined in C.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21500 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/InstructionCombining.cpp