diff options
Diffstat (limited to 'llvm/lib/Target/PowerPC')
| -rw-r--r-- | llvm/lib/Target/PowerPC/PPCHazardRecognizers.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/llvm/lib/Target/PowerPC/PPCHazardRecognizers.cpp b/llvm/lib/Target/PowerPC/PPCHazardRecognizers.cpp index caab67d68b1..f327396370f 100644 --- a/llvm/lib/Target/PowerPC/PPCHazardRecognizers.cpp +++ b/llvm/lib/Target/PowerPC/PPCHazardRecognizers.cpp @@ -226,7 +226,7 @@ void PPCDispatchGroupSBHazardRecognizer::EmitNoop() {    // group-terminating nop, the group is complete.    // FIXME: the same for P9 as previous gen until POWER9 scheduling is ready    if (Directive == PPC::DIR_PWR6 || Directive == PPC::DIR_PWR7 || -      Directive == PPC::DIR_PWR8 || Directive == PPC::DIR_PWR8 || +      Directive == PPC::DIR_PWR8 || Directive == PPC::DIR_PWR9 ||        CurSlots == 6) {      CurGroup.clear();      CurSlots = CurBranches = 0; | 

