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 | db338f3f41161611d6cebc523ae4c9f3cd33c620 (patch) | |
tree | 4070a5d0b673729ab3468d1079c7ad50ce871e7d /llvm/lib/Support/APInt.cpp | |
parent | 0f9d4003dfc8e660c9295d6eb63c91cc2f25e067 (diff) | |
download | bcm5719-llvm-db338f3f41161611d6cebc523ae4c9f3cd33c620.tar.gz bcm5719-llvm-db338f3f41161611d6cebc523ae4c9f3cd33c620.zip |
80 column violation.
llvm-svn: 72235
Diffstat (limited to 'llvm/lib/Support/APInt.cpp')
-rw-r--r-- | llvm/lib/Support/APInt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/APInt.cpp b/llvm/lib/Support/APInt.cpp index 8b900fb55f2..73bf774b171 100644 --- a/llvm/lib/Support/APInt.cpp +++ b/llvm/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; |