AMDGPU: Fix typo

This commit is contained in:
Matt Arsenault 2020-03-29 10:29:04 -04:00 committed by Matt Arsenault
parent fc3cc8a4b0
commit 97bbe7ad2a
1 changed files with 1 additions and 1 deletions

View File

@ -4570,7 +4570,7 @@ SDValue SITargetLowering::lowerFMINNUM_FMAXNUM(SDValue Op,
const SIMachineFunctionInfo *Info = MF.getInfo<SIMachineFunctionInfo>();
bool IsIEEEMode = Info->getMode().IEEE;
// FIXME: Assert during eslection that this is only selected for
// FIXME: Assert during selection that this is only selected for
// ieee_mode. Currently a combine can produce the ieee version for non-ieee
// mode functions, but this happens to be OK since it's only done in cases
// where there is known no sNaN.