diff --git a/lib/Target/R600/SIInstructions.td b/lib/Target/R600/SIInstructions.td index a0d49d7bccf..9f6602ead2b 100644 --- a/lib/Target/R600/SIInstructions.td +++ b/lib/Target/R600/SIInstructions.td @@ -1319,7 +1319,7 @@ def SI_END_CF : InstSI < def SI_KILL : InstSI < (outs), (ins VReg_32:$src), - "SI_KIL $src", + "SI_KILL $src", [(int_AMDGPU_kill f32:$src)] >;