aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorKevin Enderby <enderby@apple.com>2010-12-08 23:57:59 +0000
committerKevin Enderby <enderby@apple.com>2010-12-08 23:57:59 +0000
commit76331754d4a06e2394c15ae8f4870f4aeaf5ca1f (patch)
treefcbbf6f77eff634c16d26fb80d7d167fadb42628 /test
parent9b0c4f8af3e303c85ddb5ff0ee2c8e27a4d77203 (diff)
downloadexternal_llvm-76331754d4a06e2394c15ae8f4870f4aeaf5ca1f.zip
external_llvm-76331754d4a06e2394c15ae8f4870f4aeaf5ca1f.tar.gz
external_llvm-76331754d4a06e2394c15ae8f4870f4aeaf5ca1f.tar.bz2
Allow a slash, '/', as a prefix separator for X86. rdar://8741045
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121320 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/MC/X86/x86-64.s5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/MC/X86/x86-64.s b/test/MC/X86/x86-64.s
index 17f00fa..a285c6f 100644
--- a/test/MC/X86/x86-64.s
+++ b/test/MC/X86/x86-64.s
@@ -738,6 +738,11 @@ lock incl 1(%rsp)
// CHECK: lock
// CHECK: incl 1(%rsp)
+// rdar://8741045
+lock/incl 1(%rsp)
+// CHECK: lock
+// CHECK: incl 1(%rsp)
+
// rdar://8033482
rep movsl
// CHECK: rep