diff options
author | Kristof Beyls <kristof.beyls@arm.com> | 2020-06-16 10:49:30 +0100 |
---|---|---|
committer | Kristof Beyls <kristof.beyls@arm.com> | 2020-06-16 11:42:52 +0100 |
commit | 503a26d8e4d07ed63f4dc46fa1a56468c2e53b5f (patch) | |
tree | 774e2e6543af4f20199b88faf6c2e287c3814899 /llvm/lib/Transforms/Utils/AssumeBundleBuilder.cpp | |
parent | e099c7b64a06caa6ee404066be507c7fc3efe10a (diff) | |
download | llvm-503a26d8e4d07ed63f4dc46fa1a56468c2e53b5f.zip llvm-503a26d8e4d07ed63f4dc46fa1a56468c2e53b5f.tar.gz llvm-503a26d8e4d07ed63f4dc46fa1a56468c2e53b5f.tar.bz2 |
Silence GCC 7 warning
GCC 7 was reporting "enumeral and non-enumeral type in conditional expression"
as a warning.
The code casts an instruction opcode enum to unsigned implicitly, in
line with intentions; so this commit silences the warning by making the
cast to unsigned explicit.
Diffstat (limited to 'llvm/lib/Transforms/Utils/AssumeBundleBuilder.cpp')
0 files changed, 0 insertions, 0 deletions