1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00

[NFC][LoopIdiom] Adjust FIXME to be self-explanatory

llvm-svn: 374670
This commit is contained in:
Roman Lebedev 2019-10-12 16:48:16 +00:00
parent 4ce8f35c4d
commit ab2284f8a9

View File

@ -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");