From: Matt Arsenault Date: Mon, 16 Dec 2013 20:58:33 +0000 (+0000) Subject: Fix typo in instruction name. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9bf2e090a005b51101143c68c8af3bf285b3f46a;p=oota-llvm.git Fix typo in instruction name. SI_KIL -> SI_KILL git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197425 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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)] >;