Fix typo in instruction name.
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Mon, 16 Dec 2013 20:58:33 +0000 (20:58 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Mon, 16 Dec 2013 20:58:33 +0000 (20:58 +0000)
SI_KIL -> SI_KILL

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197425 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/R600/SIInstructions.td

index a0d49d7bccf11bc99f8fc265d546b6ca4d3a600f..9f6602ead2bd7056b11d8ebbcc5a4ccecf534295 100644 (file)
@@ -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)]
 >;