mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-27 22:15:18 +00:00
80 column violation.
llvm-svn: 72235
This commit is contained in:
parent
16fd5641ad
commit
dd4f34ed9a
@ -2359,7 +2359,7 @@ APInt::tcMSB(const integerPart *parts, unsigned int n)
|
||||
the least significant bit of DST. All high bits above srcBITS in
|
||||
DST are zero-filled. */
|
||||
void
|
||||
APInt::tcExtract(integerPart *dst, unsigned int dstCount, const integerPart *src,
|
||||
APInt::tcExtract(integerPart *dst, unsigned int dstCount,const integerPart *src,
|
||||
unsigned int srcBits, unsigned int srcLSB)
|
||||
{
|
||||
unsigned int firstSrcPart, dstParts, shift, n;
|
||||
|
Loading…
Reference in New Issue
Block a user