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
Loading
Please sign in to comment