diff options
author | Jonas Hahnfeld <hahnjo@hahnjo.de> | 2019-03-04 08:51:32 +0000 |
---|---|---|
committer | Jonas Hahnfeld <hahnjo@hahnjo.de> | 2019-03-04 08:51:32 +0000 |
commit | 65a401f6a90f8440fed1bcf89b5c3da4d61538a2 (patch) | |
tree | 1787c153afa321a0cac422616b9b24851658cc7b /lldb/packages/Python/lldbsuite/test/sample_test/TestSampleInlineTest.py | |
parent | daea28ab64800b242aa20b906794ba8efb0ce39f (diff) | |
download | bcm5719-llvm-65a401f6a90f8440fed1bcf89b5c3da4d61538a2.tar.gz bcm5719-llvm-65a401f6a90f8440fed1bcf89b5c3da4d61538a2.zip |
[AArch64/ARM] Fix two compiler warnings in InstructionSelector, NFCI
1) GCC complains that KnownValid is set but not used.
2) In ARMInstructionSelector::selectGlobal() the code is mixing "enumeral
and non-enumeral type in conditional expression". Solve this by casting
to unsigned which is the final type anyway.
Differential Revision: https://reviews.llvm.org/D58834
llvm-svn: 355304
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/sample_test/TestSampleInlineTest.py')
0 files changed, 0 insertions, 0 deletions