[llvm-commits] tblgen change?
Chris Lattner
clattner at apple.com
Thu Oct 16 21:27:51 PDT 2008
I'm seeing tons of warnings like this:
In file included from ARMISelDAGToDAG.cpp:90:
ARMGenDAGISel.inc:7651: warning: this decimal constant is unsigned
only in ISO C90
ARMGenDAGISel.inc:7734: warning: this decimal constant is unsigned
only in ISO C90
ARMGenDAGISel.inc:7817: warning: this decimal constant is unsigned
only in ISO C90
ARMGenDAGISel.inc:7857: warning: this decimal constant is unsigned
only in ISO C90
Is this new? What changed?
-Chris
More information about the llvm-commits
mailing list