Skip to content

Commit 0b9571f

Browse files
committed
[AMDGPU] Add missing whitespace in SIInstrInfo header (NFC)
1 parent cd811e2 commit 0b9571f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AMDGPU/SIInstrInfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,7 @@ class SIInstrInfo final : public AMDGPUGenInstrInfo {
809809
return get(Opcode).TSFlags & SIInstrFlags::FPAtomic;
810810
}
811811

812-
static bool isNeverUniform(const MachineInstr &MI){
812+
static bool isNeverUniform(const MachineInstr &MI) {
813813
return MI.getDesc().TSFlags & SIInstrFlags::IsNeverUniform;
814814
}
815815

0 commit comments

Comments
 (0)