Fix a number of clang -Wsign-compare warnings that didn't have an obvious
authorJohn McCall <rjmccall@apple.com>
Tue, 6 Apr 2010 23:35:53 +0000 (23:35 +0000)
committerJohn McCall <rjmccall@apple.com>
Tue, 6 Apr 2010 23:35:53 +0000 (23:35 +0000)
commit795ee9dd1e43d9e3ba87c052f721b6f7a2161827
tree8b91d05fad9493c5f1d18d5291a358e77694bccd
parent49d915bb9a60b1dc9d1b5313dc8849427a034dfa
Fix a number of clang -Wsign-compare warnings that didn't have an obvious
solution.  The only reason these don't fire with gcc-4.2 is that gcc turns off
part of -Wsign-compare in C++ on accident.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100581 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
lib/CodeGen/VirtRegRewriter.cpp
lib/Target/SystemZ/SystemZRegisterInfo.cpp
lib/Target/X86/SSEDomainFix.cpp
lib/Target/X86/X86FastISel.cpp