Skip to content

Commit 1216152

Browse files
authored
[AMDGPU] Fix the comment for OperandType. NFC. (#153489)
1 parent 80d430d commit 1216152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AMDGPU/SIDefines.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ enum ClassFlags : unsigned {
197197

198198
namespace AMDGPU {
199199
enum OperandType : unsigned {
200-
/// Operands with register or 32-bit immediate
200+
/// Operands with register, 32-bit, or 64-bit immediate
201201
OPERAND_REG_IMM_INT32 = MCOI::OPERAND_FIRST_TARGET,
202202
OPERAND_REG_IMM_INT64,
203203
OPERAND_REG_IMM_INT16,

0 commit comments

Comments
 (0)