Use INT64_C to emit constant values, to avoid problems with
authorDan Gohman <gohman@apple.com>
Fri, 17 Oct 2008 04:40:39 +0000 (04:40 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 17 Oct 2008 04:40:39 +0000 (04:40 +0000)
commitb2a14325079f64debd7df6d5a8ed2037b3128154
tree3f2105e226e21f5c7dcc33e08bd590c00a882596
parent63f97201dc9dcebbe84d1b73113166c64212b4b8
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57668 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/DAGISelEmitter.cpp