GlobalISel: Fix typos

This commit is contained in:
Matt Arsenault 2020-09-25 12:59:28 -04:00
parent 902ea588ea
commit b53025bb1d
1 changed files with 2 additions and 2 deletions

View 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;
}