summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-09-22 04:11:10 +0000
committerChris Lattner <sabre@nondot.org>2010-09-22 04:11:10 +0000
commit33d60d5e56bbf3e9ed02bc916735419091736ca3 (patch)
tree0e9ad75dbc5fe3afcbeb2ff5d35748e390a577c1 /test
parent0c289c140ee7a68e3d06b9d8ae6060758345ad4e (diff)
downloadllvm-33d60d5e56bbf3e9ed02bc916735419091736ca3.tar.gz
llvm-33d60d5e56bbf3e9ed02bc916735419091736ca3.tar.bz2
llvm-33d60d5e56bbf3e9ed02bc916735419091736ca3.tar.xz
Fix rdar://8456364 - llvm-mc rejects '%CS'
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114528 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/MC/AsmParser/X86/x86_instructions.s3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/MC/AsmParser/X86/x86_instructions.s b/test/MC/AsmParser/X86/x86_instructions.s
index 207de850e7..a37af85b85 100644
--- a/test/MC/AsmParser/X86/x86_instructions.s
+++ b/test/MC/AsmParser/X86/x86_instructions.s
@@ -316,3 +316,6 @@ enter $0x7ace,$0x7f
// CHECK: encoding: [0xd9,0x18]
fstp (%eax)
+// rdar://8456364
+// CHECK: movw %cs, %ax
+mov %CS, %ax