80 column violation.

llvm-svn: 72235
This commit is contained in:
Evan Cheng 2009-05-21 23:47:47 +00:00
parent 16fd5641ad
commit dd4f34ed9a

View File

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