Fix the type of 1<<31 integer constants.
Shifting into the sign bit is technically undefined behavior. No known compiler exploits it though. llvm-svn: 342909
Loading
Please sign in to comment
Shifting into the sign bit is technically undefined behavior. No known compiler exploits it though. llvm-svn: 342909