[llvm] 97bbe7a - AMDGPU: Fix typo

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 29 11:03:17 PDT 2020


Author: Matt Arsenault
Date: 2020-03-29T14:03:06-04:00
New Revision: 97bbe7ad2a961c37d50df24e913cb8766cf2e792

URL: https://github.com/llvm/llvm-project/commit/97bbe7ad2a961c37d50df24e913cb8766cf2e792
DIFF: https://github.com/llvm/llvm-project/commit/97bbe7ad2a961c37d50df24e913cb8766cf2e792.diff

LOG: AMDGPU: Fix typo

Added: 
    

Modified: 
    llvm/lib/Target/AMDGPU/SIISelLowering.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/AMDGPU/SIISelLowering.cpp b/llvm/lib/Target/AMDGPU/SIISelLowering.cpp
index f551c69ca840..0848d5ece2ce 100644
--- a/llvm/lib/Target/AMDGPU/SIISelLowering.cpp
+++ b/llvm/lib/Target/AMDGPU/SIISelLowering.cpp
@@ -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.


        


More information about the llvm-commits mailing list