mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-19 02:42:58 +00:00
Fix indentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34643 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
794f4725b8
commit
946bca5bae
@ -467,7 +467,7 @@ public:
|
||||
return int64_t(VAL << (APINT_BITS_PER_WORD - BitWidth)) >>
|
||||
(APINT_BITS_PER_WORD - BitWidth);
|
||||
assert(getActiveBits() <= 64 && "Too many bits for int64_t");
|
||||
return int64_t(pVal[0]);
|
||||
return int64_t(pVal[0]);
|
||||
}
|
||||
|
||||
/// @returns the largest value for an APInt of the specified bit-width and
|
||||
|
Loading…
x
Reference in New Issue
Block a user