From dd4f34ed9a201db17792c97fbea354c484203c41 Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Thu, 21 May 2009 23:47:47 +0000 Subject: [PATCH] 80 column violation. llvm-svn: 72235 --- lib/Support/APInt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Support/APInt.cpp b/lib/Support/APInt.cpp index 8b900fb55f2..73bf774b171 100644 --- a/lib/Support/APInt.cpp +++ b/lib/Support/APInt.cpp @@ -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;