From 0b9571fe598ba4786138eab0a31477289fb293fc Mon Sep 17 00:00:00 2001 From: Carl Ritson Date: Wed, 17 May 2023 15:55:22 +0900 Subject: [PATCH] [AMDGPU] Add missing whitespace in SIInstrInfo header (NFC) --- llvm/lib/Target/AMDGPU/SIInstrInfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/Target/AMDGPU/SIInstrInfo.h b/llvm/lib/Target/AMDGPU/SIInstrInfo.h index 10fed54..a72ea29 100644 --- a/llvm/lib/Target/AMDGPU/SIInstrInfo.h +++ b/llvm/lib/Target/AMDGPU/SIInstrInfo.h @@ -809,7 +809,7 @@ public: return get(Opcode).TSFlags & SIInstrFlags::FPAtomic; } - static bool isNeverUniform(const MachineInstr &MI){ + static bool isNeverUniform(const MachineInstr &MI) { return MI.getDesc().TSFlags & SIInstrFlags::IsNeverUniform; } -- 2.7.4