diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2020-06-11 13:48:42 +0100 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2020-06-11 13:48:42 +0100 |
commit | f529c0a8a149ce6d027400a12a1637eda19e03b5 (patch) | |
tree | fb79ef4b6b37abb169bca5c4d1757647832791fc /llvm/tools/llvm-objdump/llvm-objdump.cpp | |
parent | 8824913e93505b0da9884a73969fc3f038a499c4 (diff) | |
download | llvm-f529c0a8a149ce6d027400a12a1637eda19e03b5.zip llvm-f529c0a8a149ce6d027400a12a1637eda19e03b5.tar.gz llvm-f529c0a8a149ce6d027400a12a1637eda19e03b5.tar.bz2 |
Fix unused variable warning. NFCI.
We're only using the D2 iteration value inside the assert (the only component of the loop) - move the entire loop inside the assert by using llvm::all_of.
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions