diff options
author | Evan Cheng <evan.cheng@apple.com> | 2009-05-21 23:47:47 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2009-05-21 23:47:47 +0000 |
commit | cf69a743b7d1babcb87eb73a630d057a89c0527a (patch) | |
tree | b98b0dc7ecfff5654b1ea986990608fee7458f89 /lib/Support/APInt.cpp | |
parent | edc8774a7375dc74f226ee37d0ba321502ddf691 (diff) |
80 column violation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72235 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support/APInt.cpp')
-rw-r--r-- | lib/Support/APInt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Support/APInt.cpp b/lib/Support/APInt.cpp index 8b900fb55f..73bf774b17 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; |