GlobalISel: Fix typos
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Fri, 25 Sep 2020 16:59:28 +0000 (12:59 -0400)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Fri, 13 Nov 2020 20:19:26 +0000 (15:19 -0500)
llvm/include/llvm/Target/GenericOpcodes.td

index 4cda6a8..63a0713 100644 (file)
@@ -1151,7 +1151,7 @@ def G_INTRINSIC : GenericInstruction {
   let hasSideEffects = 0;
 
   // Conservatively assume this is convergent. If there turnes out to
-  // be a need, there should be separate convergent intrinsic opcode.s
+  // be a need, there should be separate convergent intrinsic opcodes.
   let isConvergent = 1;
 }
 
@@ -1164,7 +1164,7 @@ def G_INTRINSIC_W_SIDE_EFFECTS : GenericInstruction {
   let mayStore = 1;
 
   // Conservatively assume this is convergent. If there turnes out to
-  // be a need, there should be separate convergent intrinsic opcode.s
+  // be a need, there should be separate convergent intrinsic opcodes.
   let isConvergent = 1;
 }