[llvm-commits] [llvm] r57668 - /llvm/trunk/utils/TableGen/DAGISelEmitter.cpp
Chris Lattner
clattner at apple.com
Thu Oct 16 22:10:54 PDT 2008
On Oct 16, 2008, at 9:40 PM, Dan Gohman wrote:
> Author: djg
> Date: Thu Oct 16 23:40:39 2008
> New Revision: 57668
>
> URL: http://llvm.org/viewvc/llvm-project?rev=57668&view=rev
> Log:
> Use INT64_C to emit constant values, to avoid problems with
> constants that don't fit in an int. This fixes
> "this decimal constant is unsigned only in ISO C90"
> warnings.
Thanks Dan!
-Chris
More information about the llvm-commits
mailing list