mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
Fix up a comment. NFC.
llvm-svn: 292425
This commit is contained in:
parent
d5f940eb70
commit
1c58edfc7b
@ -233,7 +233,6 @@ bool RecurrenceDescriptor::AddReductionVar(PHINode *Phi, RecurrenceKind Kind,
|
||||
// - By instructions outside of the loop (safe).
|
||||
// * One value may have several outside users, but all outside
|
||||
// uses must be of the same value.
|
||||
// - By further instructions outside of the loop (not safe).
|
||||
// - By an instruction that is not part of the reduction (not safe).
|
||||
// This is either:
|
||||
// * An instruction type other than PHI or the reduction operation.
|
||||
|
Loading…
Reference in New Issue
Block a user