mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-15 19:24:33 +00:00
add a couple more aliases, rdar://8456378
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114821 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -634,6 +634,8 @@ ParseInstruction(StringRef Name, SMLoc NameLoc,
|
||||
.Case("repnz", "repne")
|
||||
.Case("iret", "iretl")
|
||||
.Case("sysret", "sysretl")
|
||||
.Case("cwde", "cwtl")
|
||||
.Case("cdqe", "cltq")
|
||||
.Case("smovb", "movsb")
|
||||
.Case("smovw", "movsw")
|
||||
.Case("smovl", "movsl")
|
||||
|
Reference in New Issue
Block a user