Skip to content

Commit 393dc42

Browse files
committed
fix comment
1 parent 57d79ed commit 393dc42

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/Target/AMDGPU/SIInstrInfo.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3999,8 +3999,7 @@ MachineInstr *SIInstrInfo::convertToThreeAddress(MachineInstr &MI,
39993999
assert(Opc != AMDGPU::V_FMAC_F16_t16_e32 &&
40004000
Opc != AMDGPU::V_FMAC_F16_fake16_e32 &&
40014001
"V_FMAC_F16_t16/fake16_e32 is not supported and not expected to be "
4002-
"present "
4003-
"pre-RA");
4002+
"present pre-RA");
40044003

40054004
// Handle MAC/FMAC.
40064005
bool IsF16 = Opc == AMDGPU::V_MAC_F16_e32 || Opc == AMDGPU::V_MAC_F16_e64 ||

0 commit comments

Comments
 (0)