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:
Chris Lattner 2010-10-30 18:23:25 +00:00
parent b3c417845d
commit a47b265b1a

View File

@ -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}.