]> granicus.if.org Git - clang/commit
Fix signed/unsigned Compare
authorDavid Greene <greened@obbligato.org>
Tue, 15 Jan 2013 23:13:49 +0000 (23:13 +0000)
committerDavid Greene <greened@obbligato.org>
Tue, 15 Jan 2013 23:13:49 +0000 (23:13 +0000)
commited6355d56cbeb1cd1a77cc46e0a519af25523ccb
tree123ba6b09dec944fbdde157d268e381b54570886
parentcc41a94688615b551505e0e7c287e1c444f53a3f
Fix signed/unsigned Compare

Do some casting to avoid a signed/unsigned compare.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172571 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGRecordLayoutBuilder.cpp