[PATCH] D98297: [NFC] Fix a compiler warning

Xiaoqing Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 10 09:38:38 PST 2021


xiaoqing_wu added a comment.

It shows up in those source files that include SetOperations.h, for example: llvm/lib/CodeGen/MachineLoopInfo.cpp.

We found that this warning showed up in certain versions of clang, but not in some other versions. Since this is a legit warning, we thought it's better to fix it.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D98297/new/

https://reviews.llvm.org/D98297



More information about the llvm-commits mailing list