Skip to content

Commit d7859ed

Browse files
[AMDGPU][NFC] Remove unused return (#147912)
1 parent d844384 commit d7859ed

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,6 @@ static uint32_t getLit64Encoding(uint64_t Val, const MCSubtargetInfo &STI,
263263
(!isInt<32>(Val) || !isUInt<32>(Val))
264264
? 254
265265
: 255;
266-
267-
return 255;
268266
}
269267

270268
std::optional<uint32_t>

0 commit comments

Comments
 (0)