mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 01:31:05 +00:00
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:
parent
2eead9941a
commit
9bf2e090a0
@ -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)]
|
||||
>;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user