mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-08 03:30:22 +00:00
Use uint64_t not unsigned long long.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48154 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
78c47fa50b
commit
845ca36544
@ -57,7 +57,7 @@ struct SDVTList {
|
||||
///
|
||||
namespace ISD {
|
||||
namespace ParamFlags {
|
||||
typedef unsigned long long ParamFlagsTy;
|
||||
typedef uint64_t ParamFlagsTy;
|
||||
|
||||
const ParamFlagsTy NoFlagSet = 0ULL;
|
||||
const ParamFlagsTy ZExt = 1ULL<<0; ///< Zero extended
|
||||
|
Loading…
Reference in New Issue
Block a user