[llvm-commits] [llvm] r72235 - /llvm/trunk/lib/Support/APInt.cpp

Evan Cheng evan.cheng at apple.com
Thu May 21 16:47:48 PDT 2009


Author: evancheng
Date: Thu May 21 18:47:47 2009
New Revision: 72235

URL: http://llvm.org/viewvc/llvm-project?rev=72235&view=rev
Log:
80 column violation.

Modified:
    llvm/trunk/lib/Support/APInt.cpp

Modified: llvm/trunk/lib/Support/APInt.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Support/APInt.cpp?rev=72235&r1=72234&r2=72235&view=diff

==============================================================================
--- llvm/trunk/lib/Support/APInt.cpp (original)
+++ llvm/trunk/lib/Support/APInt.cpp Thu May 21 18:47:47 2009
@@ -2359,7 +2359,7 @@
    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;





More information about the llvm-commits mailing list