Add some new constants.
llvm-svn: 34398
This commit is contained in:
parent
861c1cb67a
commit
577f4bd78c
@ -72,7 +72,8 @@ public:
|
||||
|
||||
/// This enum is just used to hold a constant we needed for APInt.
|
||||
enum {
|
||||
APINT_BITS_PER_WORD = sizeof(uint64_t) * 8
|
||||
APINT_BITS_PER_WORD = sizeof(uint64_t) * 8,
|
||||
APINT_WORD_SIZE = sizeof(uint64_t)
|
||||
};
|
||||
|
||||
/// Here one word's bitwidth equals to that of uint64_t.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user