[LLVMdev] Compile warning in Reoptimizer/TraceCache/VirtualMem.cpp
Chris Lattner
sabre at nondot.org
Tue Sep 17 12:29:01 PDT 2002
> 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/
More information about the llvm-dev
mailing list