commit | c8ac97edc899515fe676dea89b828cbd9630e6c1 | [log] [tgz] |
---|---|---|
author | Roman Lebedev <lebedev.ri@gmail.com> | Sat Oct 12 16:48:16 2019 +0000 |
committer | Roman Lebedev <lebedev.ri@gmail.com> | Sat Oct 12 16:48:16 2019 +0000 |
tree | 98904521964f48c66862a2a1242396576c768c0f | |
parent | 66417a9f036d1b653298fae9d541b71cfcfd3447 [diff] [blame] |
[NFC][LoopIdiom] Adjust FIXME to be self-explanatory llvm-svn: 374670
diff --git a/llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp b/llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp index 46c8cfb..116bdd7 100644 --- a/llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp +++ b/llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp
@@ -2202,7 +2202,7 @@ CurLoop->getHeader()) << L; }); - return false; // FIXME + return false; // FIXME: support non-simple loads. } LLVM_DEBUG(dbgs() << "Recognized bcmp idiom\n");