mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
really zap alias.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117824 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b3c417845d
commit
a47b265b1a
@ -629,7 +629,6 @@ ParseInstruction(StringRef Name, SMLoc NameLoc,
|
|||||||
.Case("retl", Is64Bit ? "retl" : "ret")
|
.Case("retl", Is64Bit ? "retl" : "ret")
|
||||||
.Case("retq", Is64Bit ? "ret" : "retq")
|
.Case("retq", Is64Bit ? "ret" : "retq")
|
||||||
.Case("movzx", "movzb") // FIXME: Not correct.
|
.Case("movzx", "movzb") // FIXME: Not correct.
|
||||||
.Case("fcompi", "fcomip")
|
|
||||||
.Default(Name);
|
.Default(Name);
|
||||||
|
|
||||||
// FIXME: Hack to recognize cmp<comparison code>{ss,sd,ps,pd}.
|
// FIXME: Hack to recognize cmp<comparison code>{ss,sd,ps,pd}.
|
||||||
|
Loading…
Reference in New Issue
Block a user