1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Fix indentation.

llvm-svn: 34643
This commit is contained in:
Reid Spencer 2007-02-26 21:06:05 +00:00
parent 2dc808284e
commit 9bc19eab08

View File

@ -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