From: Matt Arsenault Date: Fri, 25 Sep 2020 16:59:28 +0000 (-0400) Subject: GlobalISel: Fix typos X-Git-Tag: llvmorg-13-init~6120 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b53025bb1d3df08df6d7997794925ece2bc71d84;p=platform%2Fupstream%2Fllvm.git GlobalISel: Fix typos --- diff --git a/llvm/include/llvm/Target/GenericOpcodes.td b/llvm/include/llvm/Target/GenericOpcodes.td index 4cda6a8..63a0713 100644 --- a/llvm/include/llvm/Target/GenericOpcodes.td +++ b/llvm/include/llvm/Target/GenericOpcodes.td @@ -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; }