summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/BasicTargetTransformInfo.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2015-02-13 08:16:15 +0000
committerChandler Carruth <chandlerc@gmail.com>2015-02-13 08:16:15 +0000
commitd066d3a7b4cf6b3fbc61290387ca14416bc70a76 (patch)
tree6dec5b775b4e991083cb2577f8f1f048881527d4 /llvm/lib/CodeGen/BasicTargetTransformInfo.cpp
parent40927d0dcd1c50dfa68b6f163333268459179e43 (diff)
downloadbcm5719-llvm-d066d3a7b4cf6b3fbc61290387ca14416bc70a76.tar.gz
bcm5719-llvm-d066d3a7b4cf6b3fbc61290387ca14416bc70a76.zip
Fix the last two warnings I see on Linx building 'lldb': mismatched
signed and unsigned types in comparisons. For the text offset, use the addr_t type that is used elsewhere to get these kinds of offsets, and which it is being compared against. This seems to make things more consistent. For the other, the numbers are clearly small and uninteresting, so just cast them to the most boring 'int' type. llvm-svn: 229085
Diffstat (limited to 'llvm/lib/CodeGen/BasicTargetTransformInfo.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud