[PATCH] D100470: [LICM][NFC] Fix typo
Alina Sbirlea via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 14 11:29:44 PDT 2021
asbirlea added a comment.
Thank you for the typo fixes.
================
Comment at: llvm/lib/Transforms/Scalar/LICM.cpp:1352
if (auto *LI = dyn_cast<LoadInst>(MD->getMemoryInst())) {
- (void)LI; // Silence warning.
assert(!LI->isUnordered() && "Expected unordered load");
----------------
Why is this removed?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100470/new/
https://reviews.llvm.org/D100470
More information about the llvm-commits
mailing list