AMDGPU: Fix typo
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Sun, 29 Mar 2020 14:29:04 +0000 (10:29 -0400)
committerMatt Arsenault <arsenm2@gmail.com>
Sun, 29 Mar 2020 18:03:06 +0000 (14:03 -0400)
llvm/lib/Target/AMDGPU/SIISelLowering.cpp

index f551c69..0848d5e 100644 (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.