Skip to content

Commit

Permalink
[AMDGPU] Fixed formatting in GCNHazardRecognizer.cpp. NFC.
Browse files Browse the repository at this point in the history
  • Loading branch information
rampitec committed Jul 29, 2020
1 parent 13b63be commit decfdb8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions llvm/lib/Target/AMDGPU/GCNHazardRecognizer.cpp
Expand Up @@ -715,8 +715,9 @@ int GCNHazardRecognizer::createsVALUHazard(const MachineInstr &MI) {
return -1;
}

int GCNHazardRecognizer::checkVALUHazardsHelper(const MachineOperand &Def,
const MachineRegisterInfo &MRI) {
int
GCNHazardRecognizer::checkVALUHazardsHelper(const MachineOperand &Def,
const MachineRegisterInfo &MRI) {
// Helper to check for the hazard where VMEM instructions that store more than
// 8 bytes can have there store data over written by the next instruction.
const SIRegisterInfo *TRI = ST.getRegisterInfo();
Expand Down

0 comments on commit decfdb8

Please sign in to comment.