mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-04 19:26:30 +00:00
really zap alias.
llvm-svn: 117824
This commit is contained in:
parent
ba9271be5b
commit
441672d7cb
@ -629,7 +629,6 @@ ParseInstruction(StringRef Name, SMLoc NameLoc,
|
||||
.Case("retl", Is64Bit ? "retl" : "ret")
|
||||
.Case("retq", Is64Bit ? "ret" : "retq")
|
||||
.Case("movzx", "movzb") // FIXME: Not correct.
|
||||
.Case("fcompi", "fcomip")
|
||||
.Default(Name);
|
||||
|
||||
// FIXME: Hack to recognize cmp<comparison code>{ss,sd,ps,pd}.
|
||||
|
Loading…
x
Reference in New Issue
Block a user