Fix right shift by 64 bits detected on CXX/lex/lex.literal/lex.ext/p4.cpp
authorAlexey Samsonov <vonosmas@gmail.com>
Sat, 6 Sep 2014 00:41:19 +0000 (00:41 +0000)
committerAlexey Samsonov <vonosmas@gmail.com>
Sat, 6 Sep 2014 00:41:19 +0000 (00:41 +0000)
commit14b2112e2423ecd346895203b72b23888dd469de
tree519709513f92ab4e0d90b582167712b1b36992ad
parent1bd9f9b618eadb16cbce134bc8dc4f0d74ab50fc
Fix right shift by 64 bits detected on CXX/lex/lex.literal/lex.ext/p4.cpp
test case on UBSan bootstrap bot.

This fixes the last failure of "check-clang" in UBSan bootstrap bot.

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