A << operation would be undefined for a bit-selecting
authorJason Molenda <jmolenda@apple.com>
Fri, 17 Oct 2014 01:52:30 +0000 (01:52 +0000)
committerJason Molenda <jmolenda@apple.com>
Fri, 17 Oct 2014 01:52:30 +0000 (01:52 +0000)
commit84843ed5364bf456d0e7fdd10f4e6e743c3f88bd
tree677eb558be01b1f1fb32fba63aa39c5ccf5cc9c2
parentb66130209bdf7ffe62811a137ecb916926054049
A << operation would be undefined for a bit-selecting
function because of a '1u' making it a 32-bit value
when it really needed to be a 64-bit value.  Trivial to fix
once I figured out what was going on.
clang static analzyer fixit.

llvm-svn: 220022
lldb/source/Plugins/Process/Utility/InstructionUtils.h