Skip to content

Commit 9ae28b6

Browse files
committed
[AMDGPU] Update a comment after #155882. NFC.
1 parent db86e3c commit 9ae28b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCCodeEmitter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ static uint32_t getLit64Encoding(uint64_t Val, const MCSubtargetInfo &STI,
253253
STI.hasFeature(AMDGPU::FeatureInv2PiInlineImm))
254254
return 248;
255255

256-
// The rest part needs to align with AMDGPUInstPrinter::printImmediate64.
256+
// The rest part needs to align with AMDGPUInstPrinter::printLiteral64.
257257

258258
if (IsFP) {
259259
return STI.hasFeature(AMDGPU::Feature64BitLiterals) && Lo_32(Val) ? 254

0 commit comments

Comments
 (0)