mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +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).
|
// - By instructions outside of the loop (safe).
|
||||||
// * One value may have several outside users, but all outside
|
// * One value may have several outside users, but all outside
|
||||||
// uses must be of the same value.
|
// 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).
|
// - By an instruction that is not part of the reduction (not safe).
|
||||||
// This is either:
|
// This is either:
|
||||||
// * An instruction type other than PHI or the reduction operation.
|
// * An instruction type other than PHI or the reduction operation.
|
||||||
|
Loading…
Reference in New Issue
Block a user