mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-19 04:31:17 +00:00
80 column violation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72235 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
edc8774a73
commit
cf69a743b7
@ -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…
x
Reference in New Issue
Block a user