diff options
author | Chris Lattner <sabre@nondot.org> | 2010-09-27 07:21:41 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-09-27 07:21:41 +0000 |
commit | cb375033ee8a1a33e94fc984e3703b0c682e218c (patch) | |
tree | fc90890d621f4819900e0456e206440ad99c6177 /test/MC | |
parent | 61d5f7c03a1a469cbc722145cd25afd3b9ad7657 (diff) | |
download | external_llvm-cb375033ee8a1a33e94fc984e3703b0c682e218c.zip external_llvm-cb375033ee8a1a33e94fc984e3703b0c682e218c.tar.gz external_llvm-cb375033ee8a1a33e94fc984e3703b0c682e218c.tar.bz2 |
add a couple more aliases, rdar://8456378
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114821 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC')
-rw-r--r-- | test/MC/AsmParser/X86/x86_instructions.s | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/MC/AsmParser/X86/x86_instructions.s b/test/MC/AsmParser/X86/x86_instructions.s index d16dc9d..cb6811a 100644 --- a/test/MC/AsmParser/X86/x86_instructions.s +++ b/test/MC/AsmParser/X86/x86_instructions.s @@ -397,4 +397,9 @@ clr %di clr %esi clr %rsi +// rdar://8456378 +cltq // CHECK: cltq +cdqe // CHECK: cltq +cwde // CHECK: cwtl +cwtl // CHECK: cwtl |