80 column violation.
authorEvan Cheng <evan.cheng@apple.com>
Thu, 21 May 2009 23:47:47 +0000 (23:47 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 21 May 2009 23:47:47 +0000 (23:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72235 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Support/APInt.cpp

index 8b900fb55f2ad05c442dcd3044dd89d9d869bb34..73bf774b171762301395eaac7c4cc4632ce1b51d 100644 (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;