1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

[ModuloSchedule] Add missing comma.

This is a test commit as per Chris to verify commit access.

Thanks!
This commit is contained in:
Hendrik Greving 2020-05-21 13:17:18 -07:00
parent 9e2b961780
commit 14c4cee2d8

View File

@ -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.