[libFuzzer] fix an UB (invalid shift) spotted by ubsan. The code worked fine by luck...
authorKostya Serebryany <kcc@google.com>
Tue, 13 Dec 2016 22:49:14 +0000 (22:49 +0000)
committerKostya Serebryany <kcc@google.com>
Tue, 13 Dec 2016 22:49:14 +0000 (22:49 +0000)
commitf6f82c2cc8a3dc8584cf19e521da93a8d17ba9eb
treeb8280c2783c9c73ad88743ad3b0aa60a893bbbb7
parentf775dbb5f48d45da560f9a8bae54facff0a4d5f7
[libFuzzer] fix an UB (invalid shift) spotted by ubsan. The code worked fine by luck, because the way shifts actually work on clang+x86

llvm-svn: 289607
llvm/lib/Fuzzer/FuzzerTracePC.h