Fix a regression in the last patch. When constructing a BitMask, be careful
authorReid Spencer <rspencer@reidspencer.com>
Thu, 18 Jan 2007 18:01:32 +0000 (18:01 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 18 Jan 2007 18:01:32 +0000 (18:01 +0000)
commit8205972a5a62a9e80c4772bf7ba3197a125c12f1
treeb86236544be7473df50a54f5924f6bd2c80e0464
parentafd7a08a76a13bfc379702e6c07fc76c1fdbf7c5
Fix a regression in the last patch. When constructing a BitMask, be careful
not to overflow 64-bits and end up with a 0 mask. This caused i64 values to
always be stored as 0 with lots of consequential damage to nightly test.

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