From: Roman Lebedev Date: Sat, 12 Oct 2019 16:48:16 +0000 (+0000) Subject: [NFC][LoopIdiom] Adjust FIXME to be self-explanatory X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f408a53e93ed497478e877b6d9dee569db9d1042;p=llvm [NFC][LoopIdiom] Adjust FIXME to be self-explanatory git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@374670 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Scalar/LoopIdiomRecognize.cpp b/lib/Transforms/Scalar/LoopIdiomRecognize.cpp index 46c8cfbdcf4..116bdd7470f 100644 --- a/lib/Transforms/Scalar/LoopIdiomRecognize.cpp +++ b/lib/Transforms/Scalar/LoopIdiomRecognize.cpp @@ -2202,7 +2202,7 @@ bool LoopIdiomRecognize::detectBCmpIdiom(ICmpInst *&BCmpInst, CurLoop->getHeader()) << L; }); - return false; // FIXME + return false; // FIXME: support non-simple loads. } LLVM_DEBUG(dbgs() << "Recognized bcmp idiom\n");