[PowerPC] use UINT64_C instead of ul
authorHal Finkel <hfinkel@anl.gov>
Thu, 1 Jan 2015 19:33:59 +0000 (19:33 +0000)
committerHal Finkel <hfinkel@anl.gov>
Thu, 1 Jan 2015 19:33:59 +0000 (19:33 +0000)
commit32399786f9d34ae55a1dbebcf7be4c630f51503f
tree6df007e0e5732bd91a9a4d1c5ea69d8b97c23167
parent31379e2e6919814f0a468a2a15bdd9afceba431f
[PowerPC] use UINT64_C instead of ul

Attempting to fix PR22078 (building on 32-bit systems) by replacing my careless
use of 1ul to be a uint64_t constant with UINT64_C(1).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225066 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCISelDAGToDAG.cpp