aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/AssumeBundleBuilder.cpp
diff options
context:
space:
mode:
authorKristof Beyls <kristof.beyls@arm.com>2020-06-16 10:49:30 +0100
committerKristof Beyls <kristof.beyls@arm.com>2020-06-16 11:42:52 +0100
commit503a26d8e4d07ed63f4dc46fa1a56468c2e53b5f (patch)
tree774e2e6543af4f20199b88faf6c2e287c3814899 /llvm/lib/Transforms/Utils/AssumeBundleBuilder.cpp
parente099c7b64a06caa6ee404066be507c7fc3efe10a (diff)
downloadllvm-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