[PATCH] D69821: [NFC]: Fix PVS Studio warning in LoopNestAnalysis

Whitney Tsang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 4 13:28:28 PST 2019


Whitney added inline comments.


================
Comment at: llvm/lib/Analysis/LoopCacheAnalysis.cpp:345
         Sizes.clear();
-        break;
+        return;
       }
----------------
return false?


Repository:
  rL LLVM

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

https://reviews.llvm.org/D69821





More information about the llvm-commits mailing list