Skip to content

Commit

Permalink
[ModuloSchedule] Add missing comma.
Browse files Browse the repository at this point in the history
This is a test commit as per Chris to verify commit access.

Thanks!
  • Loading branch information
Hendrik Greving committed May 21, 2020
1 parent 396bbae commit 8a6a2c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/lib/CodeGen/ModuloSchedule.cpp
Expand Up @@ -420,7 +420,7 @@ void ModuloScheduleExpander::generateExistingPhis(
unsigned NewReg = 0;
unsigned AccessStage = (LoopValStage != -1) ? LoopValStage : StageScheduled;
// In the epilog, we may need to look back one stage to get the correct
// Phi name because the epilog and prolog blocks execute the same stage.
// Phi name, because the epilog and prolog blocks execute the same stage.
// The correct name is from the previous block only when the Phi has
// been completely scheduled prior to the epilog, and Phi value is not
// needed in multiple stages.
Expand Down

0 comments on commit 8a6a2c4

Please sign in to comment.