mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-27 07:12:06 +00:00
[PowerPC] Fix typo in PPCHazardRecognizers.cpp
Fixes PR28731. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@276865 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f5be002fc9
commit
d7d539df50
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user