mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
add a missing type cast.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96574 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7954926aeb
commit
1a7d087154
@ -3462,7 +3462,7 @@ let Constraints = "$src1 = $dst" in {
|
||||
(ins VR128:$src1, i128mem:$src2),
|
||||
!strconcat(OpcodeStr, "\t{$src2, $dst|$dst, $src2}"),
|
||||
[(set VR128:$dst,
|
||||
(OpNode VR128:$src1, (memop addr:$src2)))]>, OpSize;
|
||||
(OpVT (OpNode VR128:$src1, (memop addr:$src2))))]>, OpSize;
|
||||
def rm_int : SS48I<opc, MRMSrcMem, (outs VR128:$dst),
|
||||
(ins VR128:$src1, i128mem:$src2),
|
||||
!strconcat(OpcodeStr, "\t{$src2, $dst|$dst, $src2}"),
|
||||
|
Loading…
Reference in New Issue
Block a user