forked from OSchip/llvm-project
Fix SliceAnalysis comment
The description of the backward slice analysis behavior describes what would happen when creating a backward slice from node 9, not 8. -- PiperOrigin-RevId: 243876599
This commit is contained in:
parent
b8dc04a005
commit
0fe2f009f2
|
@ -113,7 +113,7 @@ void getForwardSlice(
|
|||
/// 9
|
||||
///
|
||||
/// Assuming all local orders match the numbering order:
|
||||
/// {1, 2, 5, 7, 3, 4, 6, 8}
|
||||
/// {1, 2, 5, 3, 4, 6}
|
||||
///
|
||||
void getBackwardSlice(
|
||||
Operation *op, llvm::SetVector<Operation *> *backwardSlice,
|
||||
|
|
Loading…
Reference in New Issue