Casey Carter
2002-Sep-17 09:53 UTC
[LLVMdev] Compile warning in Reoptimizer/TraceCache/VirtualMem.cpp
ISSUE: The constant "3791650815" is too large to fit in a 32-bit signed integer. ACTION: Use the unsigned 32-bit integer constant "3791650815U" instead. -- Casey Carter Casey at Carter.net ccarter at uiuc.edu AIM: cartec69 -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: patch URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20020917/4ad5fd51/attachment.ksh>
Chris Lattner
2002-Sep-17 12:29 UTC
[LLVMdev] Compile warning in Reoptimizer/TraceCache/VirtualMem.cpp
> ISSUE: The constant "3791650815" is too large to fit in a 32-bit signed > integer. > ACTION: Use the unsigned 32-bit integer constant "3791650815U" instead.Applied. Note that you can safely disable building the Reoptimizer subdirectory (by taking it's entry out of lib/Makefile). It will NOT work on x86, and still needs some work for the Sparc. http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20020916/000280.html -Chris http://llvm.cs.uiuc.edu/ http://www.nondot.org/~sabre/Projects/