Avoid unsigned Compare to int
authorDavid Greene <greened@obbligato.org>
Tue, 15 Jan 2013 23:13:47 +0000 (23:13 +0000)
committerDavid Greene <greened@obbligato.org>
Tue, 15 Jan 2013 23:13:47 +0000 (23:13 +0000)
commitc5ff624222baa7b50cc374349bf1cd0d3e22a8cb
tree76d97f6d7b729c91137b2562644300b81aacb5fc
parent7245033a98ca4e35c5543943777c91934b8dc7ce
Avoid unsigned Compare to int

Cast arithmetic results to avoid comparison of an unsigned to an int.

llvm-svn: 172570
clang/lib/CodeGen/CGExpr.cpp