mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-12 07:41:14 +00:00
Fix coding standards violation.
llvm-svn: 35189
This commit is contained in:
parent
4009f1eacb
commit
41d254c7f4
@ -43,7 +43,7 @@ inline static uint64_t* getMemory(uint32_t numWords) {
|
||||
return result;
|
||||
}
|
||||
|
||||
APInt::APInt(uint32_t numBits, uint64_t val, bool isSigned )
|
||||
APInt::APInt(uint32_t numBits, uint64_t val, bool isSigned)
|
||||
: BitWidth(numBits), VAL(0) {
|
||||
assert(BitWidth >= IntegerType::MIN_INT_BITS && "bitwidth too small");
|
||||
assert(BitWidth <= IntegerType::MAX_INT_BITS && "bitwidth too large");
|
||||
|
Loading…
x
Reference in New Issue
Block a user