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
This commit is contained in:
Matt Arsenault 2013-12-16 20:58:33 +00:00
parent 2eead9941a
commit 9bf2e090a0

View 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)]
>;