really zap alias.

llvm-svn: 117824
This commit is contained in:
Chris Lattner 2010-10-30 18:23:25 +00:00
parent ba9271be5b
commit 441672d7cb

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