X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FSupport%2FFormattedStream.cpp;fp=lib%2FSupport%2FFormattedStream.cpp;h=3523e2dee3dc8fa91ce03bf069b3bffb4cb02131;hb=ad60f660c6fd1999a3e21823128d37aca62e9285;hp=a10f71a6bbb78bbc435471576f144b559e769053;hpb=ebfe2b27223d4b177f05bc1b003f83f4a7044066;p=oota-llvm.git diff --git a/lib/Support/FormattedStream.cpp b/lib/Support/FormattedStream.cpp index a10f71a6bbb..3523e2dee3d 100644 --- a/lib/Support/FormattedStream.cpp +++ b/lib/Support/FormattedStream.cpp @@ -17,7 +17,7 @@ using namespace llvm; /// ComputeColumn - Examine the current output and figure out which /// column we end up in after output. /// -void formatted_raw_ostream::ComputeColumn(const char *Ptr, unsigned Size) { +void formatted_raw_ostream::ComputeColumn(const char *Ptr, size_t Size) { // Keep track of the current column by scanning the string for // special characters