Fix a compiler warning about comparing signed with unsigned.
authorDan Gohman <gohman@apple.com>
Thu, 13 Aug 2009 20:32:03 +0000 (20:32 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 13 Aug 2009 20:32:03 +0000 (20:32 +0000)
commitc6126e8f7eca8e6f089fdb0cb22c27d6e05d4a1f
tree278931dfe55b818d3758aed4a8f932c2f9c40b5a
parent2cf89b61b009b2aa3cff107d2d3c01564c58b9e7
Fix a compiler warning about comparing signed with unsigned.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78933 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/raw_ostream.cpp