summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/MC/AsmParser/X86/x86_instructions.s6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/MC/AsmParser/X86/x86_instructions.s b/test/MC/AsmParser/X86/x86_instructions.s
index 7f8a401c07..207de850e7 100644
--- a/test/MC/AsmParser/X86/x86_instructions.s
+++ b/test/MC/AsmParser/X86/x86_instructions.s
@@ -310,3 +310,9 @@ enter $0x7ace,$0
enter $0x7ace,$1
enter $0x7ace,$0x7f
+
+// rdar://8456389
+// CHECK: fstps (%eax)
+// CHECK: encoding: [0xd9,0x18]
+fstp (%eax)
+