| commit | ddf8d7d155fccfd97f85469ae4fba5dd0537d263 | [log] [tgz] |
|---|---|---|
| author | Hal Finkel <hfinkel@anl.gov> | Thu Jan 01 19:33:59 2015 +0000 |
| committer | Hal Finkel <hfinkel@anl.gov> | Thu Jan 01 19:33:59 2015 +0000 |
| tree | 4fa9e81820d9efe725c6e2efef622dd62298ad77 | |
| parent | 40898a5a93b154f19a1c73f407cc5175581882d7 [diff] |
[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). llvm-svn: 225066