yet more aliases.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114822 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2010-09-27 07:24:57 +00:00
parent b1162fc05e
commit 2956462742
2 changed files with 7 additions and 0 deletions

View File

@@ -634,6 +634,9 @@ ParseInstruction(StringRef Name, SMLoc NameLoc,
.Case("repnz", "repne")
.Case("iret", "iretl")
.Case("sysret", "sysretl")
.Case("cbw", "cbtw")
.Case("cwd", "cwtd")
.Case("cdq", "cltd")
.Case("cwde", "cwtl")
.Case("cdqe", "cltq")
.Case("smovb", "movsb")