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:
parent
4ce8f35c4d
commit
ab2284f8a9
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user