Skip to content

Commit 1c305f7

Browse files
authored
[HashRecognize][NFC] Add a missing "phi" in a comment (#146702)
1 parent 7e1dc7e commit 1c305f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Analysis/HashRecognize.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ RecurrenceInfo::digRecurrence(Instruction *V,
369369
/// A Conditional Recurrence is a recurrence of the form:
370370
///
371371
/// loop:
372-
/// %rec = [%start, %entry], [%step, %loop]
372+
/// %rec = phi [%start, %entry], [%step, %loop]
373373
/// ...
374374
/// %step = select _, %tv, %fv
375375
///

0 commit comments

Comments
 (0)