summaryrefslogtreecommitdiff
path: root/test/MC/AsmParser/X86/x86_64-operands.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/MC/AsmParser/X86/x86_64-operands.s')
-rw-r--r--test/MC/AsmParser/X86/x86_64-operands.s15
1 files changed, 0 insertions, 15 deletions
diff --git a/test/MC/AsmParser/X86/x86_64-operands.s b/test/MC/AsmParser/X86/x86_64-operands.s
deleted file mode 100644
index 88f1a64cc42fb..0000000000000
--- a/test/MC/AsmParser/X86/x86_64-operands.s
+++ /dev/null
@@ -1,15 +0,0 @@
-// RUN: llvm-mc -triple x86_64-unknown-unknown %s | FileCheck %s
-
-# CHECK: callq a
- callq a
-
-# CHECK: leaq -40(%rbp), %r15
- leaq -40(%rbp), %r15
-
-
-
-// rdar://8013734 - Alias dr6=db6
-mov %dr6, %rax
-mov %db6, %rax
-# CHECK: movq %dr6, %rax
-# CHECK: movq %dr6, %rax