mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 20:23:11 +01:00
Test Commit NFC. Updated comment
llvm-svn: 327436
This commit is contained in:
parent
9151f75422
commit
08243d00d9
@ -1199,7 +1199,7 @@ bool llvm::promoteLoopAccessesToScalars(
|
||||
Value *SomePtr = *PointerMustAliases.begin();
|
||||
BasicBlock *Preheader = CurLoop->getLoopPreheader();
|
||||
|
||||
// It isn't safe to promote a load/store from the loop if the load/store is
|
||||
// It is not safe to promote a load/store from the loop if the load/store is
|
||||
// conditional. For example, turning:
|
||||
//
|
||||
// for () { if (c) *P += 1; }
|
||||
|
Loading…
Reference in New Issue
Block a user